diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-20 18:04:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 03:04:32 -0700 |
commit | 3b0777cfa5fd9f2e35abeb24cb87b79f76b39934 (patch) | |
tree | 3dfaeb790561e5ce920099f85faf5f07386a290f /runtime/doc/vim_diff.txt | |
parent | fad558b6affd54075654dd55922348f76a95e338 (diff) | |
download | rneovim-3b0777cfa5fd9f2e35abeb24cb87b79f76b39934.tar.gz rneovim-3b0777cfa5fd9f2e35abeb24cb87b79f76b39934.tar.bz2 rneovim-3b0777cfa5fd9f2e35abeb24cb87b79f76b39934.zip |
docs(news): mention 'splitkeep' #20744
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5a00cb6c89..da2b5e2466 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -707,7 +707,7 @@ TUI: Cscope: *cscope* - Cscope has been removed in favour of LSP based solutions. + Cscope support has been removed in favour of LSP based solutions. ============================================================================== vim:tw=78:ts=8:sw=2:et:ft=help:norl: |