diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-21 23:09:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-21 23:09:50 +0100 |
commit | a2a80162deb1e96e16b097dfe48b61b6eb0824bf (patch) | |
tree | de33cc8d6163c28aa105a087126dc565d540bb55 /runtime/doc/quickref.txt | |
parent | 52dbb5ea7fde4a77178bc59e2383ca40df503812 (diff) | |
download | vim-git-a2a80162deb1e96e16b097dfe48b61b6eb0824bf.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index c900ff5d0..06ae663bf 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2017 Oct 19 +*quickref.txt* For Vim version 8.0. Last change: 2017 Nov 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -618,7 +618,8 @@ Short explanation of each option: *option-list* 'backupext' 'bex' extension used for the backup file 'backupskip' 'bsk' no backup for files that match these patterns 'balloondelay' 'bdlay' delay in mS before a balloon may pop up -'ballooneval' 'beval' switch on balloon evaluation +'ballooneval' 'beval' switch on balloon evaluation in the GUI +'balloonevalterm' 'bevalterm' switch on balloon evaluation in the terminal 'balloonexpr' 'bexpr' expression to show in balloon 'belloff' 'bo' do not ring the bell for these reasons 'binary' 'bin' read/write/edit file in binary mode |