소스 검색

Disable colorcolumn in startify buffer

In a previous [issue][1] someone asked to disable colorcolumn, but it was
fixed with by disabling cursorcolumn in a [pull request][2].

Both should be disabled.

This change disables colorcolumn.

[1]: https://github.com/mhinz/vim-startify/issues/80
[2]: https://github.com/mhinz/vim-startify/pull/83
Steve Dignam 9 년 전
부모
커밋
98034672bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -62,6 +62,7 @@ function! startify#insane_in_the_membrane() abort
         \ norelativenumber
         \ nospell
         \ noswapfile
+        \ colorcolumn=
   if empty(&statusline)
     setlocal statusline=\ startify
   endif