[7.2.270] Using ":@c" when the c register contains a CR causes the rest to
commitc15e23c224aacb8698af4d4c263746303f6c5fb3
authorBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 12:32:47 +0000 (3 12:32 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 12:32:47 +0000 (3 12:32 +0000)
tree720647a581354756eb93e354cbbbbe5a9c90ecd9
parent8b9a3d7195771772292f0fdfacd504b76deb1bf2
[7.2.270] Using ":@c" when the c register contains a CR causes the rest to

Problem:    Using ":@c" when the c register contains a CR causes the rest to
            be executed later. (Dexter Douglas)

Solution:   Don't check for typeahead to start with ':', keep executing
            commands until all added typeahead has been used.

Patch 7.2.270
src/ex_docmd.c
src/version.c