Browse Source

Prevent marking sessions

Marco Hinz 12 years ago
parent
commit
68bbece773
1 changed files with 1 additions and 1 deletions
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -363,7 +363,7 @@ function! s:set_mark(type) abort
 
   let [id, path] = matchlist(getline('.'), '\v\[(.*)\]\s+(.*)')[1:2]
 
-  if path =~# '\V<empty buffer>\|<quit>'
+  if path =~# '\V<empty buffer>\|<quit>' || path =~# '^\w\+$'
     return
   endif