diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-13 00:01:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-13 00:01:43 +0100 |
commit | 61c3519b78c19824e590828198802a3f65595ad5 (patch) | |
tree | e0b1094379c9c5c9e60d62dbc2d5d2b67e5d6014 /src/testdir/test31.in | |
parent | a64ba220f0172049c5407a3020dcd687911a5a31 (diff) | |
download | vim-git-61c3519b78c19824e590828198802a3f65595ad5.tar.gz |
updated for version 7.3.444v7.3.444
Problem: ":all!" and ":sall!" give error E477, even though the
documentation says these are valid commands.
Solution: Support the exclamation mark. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/test31.in')
-rw-r--r-- | src/testdir/test31.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test31.in b/src/testdir/test31.in index b00c7602e..7dc233478 100644 --- a/src/testdir/test31.in +++ b/src/testdir/test31.in @@ -63,6 +63,12 @@ A 3:close :" write "testtext 1" A 3:close! :w >>test.out +:set nohidden +:" test ":all!" hides changed buffer; write "testtext 2 2 2" +:sp Xtest4 +GA 4:all! +:1wincmd w +:w >>test.out :qa! ENDTEST |