Преглед изворни кода

setlocal nocursorcolumn

For those who enjoy crosshairs :)
ZeroKnight пре 11 година
родитељ
комит
c92b283b56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -68,7 +68,7 @@ function! startify#insane_in_the_membrane() abort
   endif
 
   setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
-  setlocal nonumber nocursorline nolist statusline=\ startify
+  setlocal nonumber nocursorline nocursorcolumn nolist statusline=\ startify
   set filetype=startify
 
   if v:version >= 703