comparison runtime/doc/options.txt @ 590:de152391f6f9

updated for version 7.0167
author vimboss
date Sun, 11 Dec 2005 21:33:32 +0000
parents 0ae54f30d5bc
children d220eb88e4e4
comparison
equal deleted inserted replaced
589:bc49ed25543d 590:de152391f6f9
1 *options.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 1 *options.txt* For Vim version 7.0aa. Last change: 2005 Dec 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1817 if the current buffer doesn't have a file name yet. 1817 if the current buffer doesn't have a file name yet.
1818 *cpo-F* 1818 *cpo-F*
1819 F When included, a ":write" command with a file name 1819 F When included, a ":write" command with a file name
1820 argument will set the file name for the current 1820 argument will set the file name for the current
1821 buffer, if the current buffer doesn't have a file name 1821 buffer, if the current buffer doesn't have a file name
1822 yet. 1822 yet. Also see |cpo-P|.
1823 *cpo-g* 1823 *cpo-g*
1824 g Goto line 1 when using ":edit" without argument. 1824 g Goto line 1 when using ":edit" without argument.
1825 *cpo-H* 1825 *cpo-H*
1826 H When using "I" on a line with only blanks, insert 1826 H When using "I" on a line with only blanks, insert
1827 before the last blank. Without this flag insert after 1827 before the last blank. Without this flag insert after
1886 protection against a file unexpectedly created by 1886 protection against a file unexpectedly created by
1887 someone else. Vi didn't complain about this. 1887 someone else. Vi didn't complain about this.
1888 *cpo-p* 1888 *cpo-p*
1889 p Vi compatible Lisp indenting. When not present, a 1889 p Vi compatible Lisp indenting. When not present, a
1890 slightly better algorithm is used. 1890 slightly better algorithm is used.
1891 *cpo-P*
1892 P When included, a ":write" command that appends to a
1893 file will set the file name for the current buffer, if
1894 the current buffer doesn't have a file name yet and
1895 the 'F' flag is also included |cpo-F|.
1891 *cpo-q* 1896 *cpo-q*
1892 q When joining multiple lines leave the cursor at the 1897 q When joining multiple lines leave the cursor at the
1893 position where it would be when joining two lines. 1898 position where it would be when joining two lines.
1894 *cpo-r* 1899 *cpo-r*
1895 r Redo ("." command) uses "/" to repeat a search 1900 r Redo ("." command) uses "/" to repeat a search