diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-22 18:53:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-22 18:53:16 +0200 |
| commit | 2b06c32a230d4e2791952be82bf345c5d2da343d (patch) | |
| tree | 7b729f46a574b9847b428b589d56241af6d8f4d3 /src/nvim/testdir/setup.vim | |
| parent | c236e80cf3dfae6df5c43ecfb19c7629c9884f7b (diff) | |
| parent | 28b5a637b57040c0e045cb2ad57bdfbd3881c8cb (diff) | |
| download | rneovim-2b06c32a230d4e2791952be82bf345c5d2da343d.tar.gz rneovim-2b06c32a230d4e2791952be82bf345c5d2da343d.tar.bz2 rneovim-2b06c32a230d4e2791952be82bf345c5d2da343d.zip | |
Merge #8898 from justinmk/vim-8.1.0310
vim-patch:8.1.0310: file info msg with 'F' in 'shortmess'
Diffstat (limited to 'src/nvim/testdir/setup.vim')
| -rw-r--r-- | src/nvim/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index e1006fda3a..c7c3b378cc 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -15,6 +15,7 @@ set nrformats+=octal set nohidden smarttab noautoindent noautoread complete-=i noruler noshowcmd set listchars=eol:$ set fillchars=vert:\|,fold:- +set shortmess-=F " Prevent Nvim log from writing to stderr. let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log' |