diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-06-13 18:21:25 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2018-06-14 14:00:09 +0200 |
commit | 5442f0b6221946e482dec2cb82576f0ba38900fe (patch) | |
tree | 8a977ba24079aabb5a6babacd314f20d95c40cf5 /runtime | |
parent | a7bb63c55dacfa822e1a24d041771d9e8d83a980 (diff) | |
download | rneovim-5442f0b6221946e482dec2cb82576f0ba38900fe.tar.gz rneovim-5442f0b6221946e482dec2cb82576f0ba38900fe.tar.bz2 rneovim-5442f0b6221946e482dec2cb82576f0ba38900fe.zip |
fillchars: make checks more strict and improve tests
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 9dd03079fe..5394414947 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -180,7 +180,8 @@ Options: 'cpoptions' flags: |cpo-_| 'display' flag `msgsep` to minimize scrolling when showing messages 'guicursor' works in the terminal - 'fillchars' flag `msgsep` (see 'display' above) + 'fillchars' flags: `msgsep` (see 'display' above) + and `eob` for |EndOfBuffer| marker 'inccommand' shows interactive results for |:substitute|-like commands 'scrollback' 'statusline' supports unlimited alignment sections |