diff options
author | altermo <107814000+altermo@users.noreply.github.com> | 2024-02-26 11:42:51 -0800 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2024-02-28 16:26:00 +0000 |
commit | 2f85bbe61513d12c746641fed6ad07559bd95719 (patch) | |
tree | 52bf628d6ea746e7508d576b441122beffe8a3b7 /runtime/doc/vim_diff.txt | |
parent | c538ec85220aea11bbdb52028aa335787e9e4f42 (diff) | |
download | rneovim-2f85bbe61513d12c746641fed6ad07559bd95719.tar.gz rneovim-2f85bbe61513d12c746641fed6ad07559bd95719.tar.bz2 rneovim-2f85bbe61513d12c746641fed6ad07559bd95719.zip |
feat!: rewrite TOhtml in lua
Co-authored-by: wookayin <wookayin@gmail.com>
Co-authored-by: clason <c.clason@uni-graz.at>
Co-authored-by: Lewis Russell <me@lewisr.dev>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1d5d62c737..b0caf9fdaf 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -635,6 +635,7 @@ Commands: :lcscope :scscope :Vimuntar + The old `:TOhtml`, replaced by a Lua version (contains many differences) Compile-time features: Emacs tags support |