Last active
March 8, 2023 22:12
-
-
Save h-east/2563024b6dd45e2062e83229cdfd1660 to your computer and use it in GitHub Desktop.
vim setting for vimdoc-ja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap _c :windo set conceallevel=2<CR>:windo highlight link helpIgnore Ignore<CR> | |
nnoremap _C :windo set conceallevel=0<CR>:windo highlight link helpIgnore Error<CR> | |
command -nargs=1 -complete=file EnDocDiff %bw|edit ~/samba/github/vim/runtime/doc/<args>|vert diffsp <args>|wincmd l|norm _C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment