diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-01 15:21:50 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-01 18:34:52 -0500 |
| commit | cb0eead4eef744f254bffb4a2be4fc2eec08eae6 (patch) | |
| tree | 03c5c9a6ab0136f0d9772645a494a6b3f2212989 /runtime/doc | |
| parent | 3803314f7808838fc8c627915878631383ee612d (diff) | |
| download | rneovim-cb0eead4eef744f254bffb4a2be4fc2eec08eae6.tar.gz rneovim-cb0eead4eef744f254bffb4a2be4fc2eec08eae6.tar.bz2 rneovim-cb0eead4eef744f254bffb4a2be4fc2eec08eae6.zip | |
vim-patch:a02a551
Updated runtime files.
https://github.com/vim/vim/commit/a02a551e18209423584fcb923e93c6be18f3aa45
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/quickref.txt | 1 | ||||
| -rw-r--r-- | runtime/doc/starting.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 2b5ed33f06..a7644fab84 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -813,6 +813,7 @@ Short explanation of each option: *option-list* 'printmbcharset' 'pmbcs' CJK character set to be used for :hardcopy 'printmbfont' 'pmbfn' font names to be used for CJK output of :hardcopy 'printoptions' 'popt' controls the format of :hardcopy output +'prompt' 'prompt' enable prompt in Ex mode 'pumheight' 'ph' maximum height of the popup menu 'pythondll' name of the Python 2 dynamic library 'pythonthreedll' name of the Python 3 dynamic library diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index b58b3c7853..d104ca9583 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.4. Last change: 2016 Jun 12 +*starting.txt* For Vim version 7.4. Last change: 2016 Jun 15 VIM REFERENCE MANUAL by Bram Moolenaar |