comparison runtime/doc/editing.txt @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents 0bdeaf7092bc
children 9f48eab77d62
comparison
equal deleted inserted replaced
9859:72104c1f1961 9860:9eaf8ef656e9
1 *editing.txt* For Vim version 7.4. Last change: 2016 Mar 28 1 *editing.txt* For Vim version 7.4. Last change: 2016 Aug 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1112 :conf[irm] q[uit] Quit, but give prompt when changes have been made, or 1112 :conf[irm] q[uit] Quit, but give prompt when changes have been made, or
1113 the last file in the argument list has not been 1113 the last file in the argument list has not been
1114 edited. See |:confirm| and 'confirm'. {not in Vi} 1114 edited. See |:confirm| and 'confirm'. {not in Vi}
1115 1115
1116 :q[uit]! Quit without writing, also when the current buffer has 1116 :q[uit]! Quit without writing, also when the current buffer has
1117 changes. If this is the last window and there is a 1117 changes. The buffer is unloaded, also when it has
1118 modified hidden buffer, the current buffer is 1118 'hidden' set.
1119 abandoned and the first changed hidden buffer becomes 1119 If this is the last window and there is a modified
1120 the current buffer. 1120 hidden buffer, the current buffer is abandoned and the
1121 first changed hidden buffer becomes the current
1122 buffer.
1121 Use ":qall!" to exit always. 1123 Use ":qall!" to exit always.
1122 1124
1123 :cq[uit] Quit always, without writing, and return an error 1125 :cq[uit] Quit always, without writing, and return an error
1124 code. See |:cq|. Used for Manx's QuickFix mode (see 1126 code. See |:cq|. Used for Manx's QuickFix mode (see
1125 |quickfix|). {not in Vi} 1127 |quickfix|). {not in Vi}