X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins-noroot-nolowendbox.vim;h=38fbfc4077c506c8b8e98cf8d212136a514be125;hp=38dbb946e392a3dae4017cbe9c3e2a5024c3f337;hb=19695700dcb8ab123070cd19e192d7155eecc77e;hpb=7fc336a3e8abd91dfc7b01bf3acd7d5dfe32af4a diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index 38dbb94..38fbfc4 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -246,6 +246,7 @@ EOF function VimspectorRestartOrCreateConfig() if !filereadable('.vimspector.json') + echo "Missing .vimspector.json, created one." execute 'tabe .vimspector.json' else call vimspector#Restart()