diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-22 01:51:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 01:51:20 -0700 |
commit | 130b8c801a8d7ff93a4eee042ce69488d4877a20 (patch) | |
tree | 04124a7b75cfcb4135e18c954593df3496becc69 /runtime/doc/vim_diff.txt | |
parent | 4d3a04279d32bc97d18ab2883c678c94f80487bc (diff) | |
parent | b0cf9c5feeae789d832256569488a3b98d265d2c (diff) | |
download | rneovim-130b8c801a8d7ff93a4eee042ce69488d4877a20.tar.gz rneovim-130b8c801a8d7ff93a4eee042ce69488d4877a20.tar.bz2 rneovim-130b8c801a8d7ff93a4eee042ce69488d4877a20.zip |
Merge #24087 from justinmk/doc
docs: lsp, fix errors, gen_help_html features
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ff3e19689b..f07fb0902e 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -564,7 +564,8 @@ Aliases: Commands: :behave :fixdel - :hardcopy + *hardcopy* `:hardcopy` was removed. Instead, use `:TOhtml` and print the + resulting HTML using a web browser or other HTML viewer. :helpfind :mode (no longer accepts an argument) :open @@ -586,6 +587,11 @@ Compile-time features: Emacs tags support X11 integration (see |x11-selection|) +Cscope: + *cscope* + Cscope support was removed in favour of plugin-based solutions such as: + https://github.com/dhananjaylatkar/cscope_maps.nvim + Eval: Vim9script *cscope_connection()* @@ -715,6 +721,7 @@ Plugins: - logiPat - rrhelper +- *vimball* Providers: @@ -771,18 +778,5 @@ TUI: at how the terminal is sending CSI. Nvim does not issue such a sequence and always uses 7-bit control sequences. -Cscope: - *cscope* - Cscope support was removed in favour of plugin-based solutions such as: - https://github.com/dhananjaylatkar/cscope_maps.nvim - -Hardcopy: - *hardcopy* - `:hardcopy` was removed. Instead, use `:TOhtml` and print the resulting HTML - using a web browser or some other HTML viewer. - -Bundled plugins: - vimball *vimball* - ============================================================================== vim:tw=78:ts=8:sw=2:et:ft=help:norl: |