diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
commit | b348038631bb7cf318c56c19bf3ccae87e525687 (patch) | |
tree | 4a70ac042a7e6e82482031148520885a798254b2 /runtime/doc/options.txt | |
parent | 292ad19e925d5f90d78af8cbae2cf449cf4253f7 (diff) | |
download | vim-git-b348038631bb7cf318c56c19bf3ccae87e525687.tar.gz |
updated for version 7.0167
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index cbce4f9ae..f49e3abed 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 +*options.txt* For Vim version 7.0aa. Last change: 2005 Dec 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1819,7 +1819,7 @@ A jump table for the options with a short description can be found at |Q_op|. F When included, a ":write" command with a file name argument will set the file name for the current buffer, if the current buffer doesn't have a file name - yet. + yet. Also see |cpo-P|. *cpo-g* g Goto line 1 when using ":edit" without argument. *cpo-H* @@ -1888,6 +1888,11 @@ A jump table for the options with a short description can be found at |Q_op|. *cpo-p* p Vi compatible Lisp indenting. When not present, a slightly better algorithm is used. + *cpo-P* + P When included, a ":write" command that appends to a + file will set the file name for the current buffer, if + the current buffer doesn't have a file name yet and + the 'F' flag is also included |cpo-F|. *cpo-q* q When joining multiple lines leave the cursor at the position where it would be when joining two lines. |