Fix (currently pointles) plugin file

This commit is contained in:
Ben Jackson 2019-01-05 09:37:30 +00:00
commit d02096f132

View file

@ -25,13 +25,12 @@ endfunction
if exists( "g:loaded_vimpector" )
call s:restore_cpo()
finish
endif
" TODO:
" - Check Vim version (for jobs)
" - Check python support
" - ?
endif
" - Add commands/mappings/menus?
let g:loaded_vimpector = 1
"}}}