vim-notes/plugin/vim-notes.vim
2025-03-21 13:33:47 +00:00

6 lines
133 B
VimL
Executable file

if exists("g:loaded_vim_notes")
finish
endif
let g:loaded_vim_notes = 1
command! -nargs=0 TestCommand call vim_notes#TestCommand()