Skip to content

Instantly share code, notes, and snippets.

@h-east
Last active March 8, 2023 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h-east/2563024b6dd45e2062e83229cdfd1660 to your computer and use it in GitHub Desktop.
Save h-east/2563024b6dd45e2062e83229cdfd1660 to your computer and use it in GitHub Desktop.
vim setting for vimdoc-ja
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