diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 13:44:08 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-28 13:48:02 +0100 |
commit | 542513fd8aa5590e9dce67511aeeff611d312843 (patch) | |
tree | 46a58f608fef1287febdb59c5bcc3bb7c43cedb7 /runtime/doc/quickref.txt | |
parent | cf93b5e9f9eea1b08ca8d7cb124265867b2f3bf9 (diff) | |
download | rneovim-542513fd8aa5590e9dce67511aeeff611d312843.tar.gz rneovim-542513fd8aa5590e9dce67511aeeff611d312843.tar.bz2 rneovim-542513fd8aa5590e9dce67511aeeff611d312843.zip |
vim-patch:a2a80162deb1
Update runtime files.
https://github.com/vim/vim/commit/a2a80162deb1e96e16b097dfe48b61b6eb0824bf
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 7067c60d2f..da0bc84fa5 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -614,7 +614,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 |