소스 검색

ignore sessions for S/V/B

Marco Hinz 13 년 전
부모
커밋
b5205e17a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugin/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -169,7 +169,7 @@ function! s:set_mark(type) abort
   " matches[1]: content between brackets
   " matches[2]: path
   let matches = matchlist(getline('.'), '\v\[(.*)\]\s+(.*)')
-  if matches[2] =~ '\V<empty buffer>\|<quit>'
+  if matches[2] =~ '\V<empty buffer>\|<quit>' || matches[2] =~ '^\w\+$'
     return
   endif
   setlocal modifiable