summaryrefslogtreecommitdiff
path: root/src/testdir/test31.ok
AgeCommit message (Collapse)Author
2016-01-02patch 7.4.1037Bram Moolenaar
Problem: Using "q!" when there is a modified hidden buffer does not unload the current buffer, resulting in the need to abandon it again. Solution: When using "q!" unload the current buffer when needed. (Yasuhiro Matsumoto, Hirohito Higashi)
2012-02-13updated for version 7.3.444Bram Moolenaar
Problem: ":all!" and ":sall!" give error E477, even though the documentation says these are valid commands. Solution: Support the exclamation mark. (Hirohito Higashi)
2004-06-13updated for version 7.0001Bram Moolenaar