comparison runtime/doc/editing.txt @ 674:4b8583e82cb8 v7.0201

updated for version 7.0201
author vimboss
date Sat, 18 Feb 2006 22:14:51 +0000
parents 7437be625546
children 9364d114ed8d
comparison
equal deleted inserted replaced
673:513866ffe6af 674:4b8583e82cb8
1 *editing.txt* For Vim version 7.0aa. Last change: 2006 Jan 20 1 *editing.txt* For Vim version 7.0aa. Last change: 2006 Feb 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1012 :q[uit] Quit the current window. Quit Vim if this is the last 1012 :q[uit] Quit the current window. Quit Vim if this is the last
1013 window. This fails when changes have been made and 1013 window. This fails when changes have been made and
1014 Vim refuses to |abandon| the current buffer, and when 1014 Vim refuses to |abandon| the current buffer, and when
1015 the last file in the argument list has not been 1015 the last file in the argument list has not been
1016 edited. 1016 edited.
1017 If there are other tab pages and quitting the last
1018 window in the current tab page the current tab page is
1019 closed |tab-page|.
1017 1020
1018 :conf[irm] q[uit] Quit, but give prompt when changes have been made, or 1021 :conf[irm] q[uit] Quit, but give prompt when changes have been made, or
1019 the last file in the argument list has not been 1022 the last file in the argument list has not been
1020 edited. See |:confirm| and 'confirm'. {not in Vi} 1023 edited. See |:confirm| and 'confirm'. {not in Vi}
1021 1024