diff options
| author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-03-13 13:13:31 +0900 | 
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-03-17 00:07:38 -0400 | 
| commit | 77a7ca458bc3e6e140149d1f2bf97593e2d502cd (patch) | |
| tree | c16313c43e047a06d91636044d8957187bb03a27 /runtime | |
| parent | c94575fded78be1c9fca8b7d193c9bbb30a1dc95 (diff) | |
| download | rneovim-77a7ca458bc3e6e140149d1f2bf97593e2d502cd.tar.gz rneovim-77a7ca458bc3e6e140149d1f2bf97593e2d502cd.tar.bz2 rneovim-77a7ca458bc3e6e140149d1f2bf97593e2d502cd.zip | |
'shortmess': Add "F" flag. #4446
Add "Don't give the file editing message" flag in shortmess option.
Add the UI tests by @fmoralesc
Fix the changes for Vim 7.4.1570
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/options.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 44696d10bb..29f4e671ed 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5539,6 +5539,8 @@ A jump table for the options with a short description can be found at |Q_op|.  		"-- XXX completion (YYY)", "match 1 of 2", "The only match",  		"Pattern not found", "Back at original", etc.  	  q     use "recording" instead of "recording @a" +	  F     don't give the file info when editing a file, like `:silent` +		was used for the command  	This gives you the opportunity to avoid that a change between buffers  	requires you to hit <Enter>, but still gives as useful a message as | 
