9 lines
237 B
VimL
9 lines
237 B
VimL
|
|
" plugin/nuwiki.vim — universal entry point for Vim and Neovim.
|
||
|
|
" Loaded once per session by all plugin managers.
|
||
|
|
" Implementation deferred to Phase 9 (Editor Glue).
|
||
|
|
|
||
|
|
if exists('g:loaded_nuwiki')
|
||
|
|
finish
|
||
|
|
endif
|
||
|
|
let g:loaded_nuwiki = 1
|