From b5205e17a74c65f22f8fe3d80ac56c7900fd91e8 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 3 May 2013 10:56:06 +0200 Subject: [PATCH] ignore sessions for S/V/B --- plugin/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/startify.vim b/plugin/startify.vim index 8336bad..0bca0b2 100644 --- a/plugin/startify.vim +++ b/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\|' + if matches[2] =~ '\V\|' || matches[2] =~ '^\w\+$' return endif setlocal modifiable