6 lines
133 B
VimL
Executable file
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()
|