diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-06-14 18:00:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 18:00:59 +0200 |
commit | c46997aa8744f88e9886022dab703157c101cff7 (patch) | |
tree | ea9dafd38264c3e8b3c0e8c1449f13d7baabd79b /runtime/doc/vim_diff.txt | |
parent | f27a665e0515c280e1fa6c999f29921eb882c6b2 (diff) | |
parent | 5442f0b6221946e482dec2cb82576f0ba38900fe (diff) | |
download | rneovim-c46997aa8744f88e9886022dab703157c101cff7.tar.gz rneovim-c46997aa8744f88e9886022dab703157c101cff7.tar.bz2 rneovim-c46997aa8744f88e9886022dab703157c101cff7.zip |
Merge pull request #8546 from bfredl/eob
Add fillchar for EndOfBuffer and check for invalid UTF-8
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-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 |