Преглед на файлове

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