We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363c40d commit f061ad9Copy full SHA for f061ad9
autoload/xolox/session.vim
@@ -1,9 +1,9 @@
1
" Vim script
2
" Author: Peter Odding
3
-" Last Change: September 18, 2011
+" Last Change: September 20, 2011
4
" URL: http://peterodding.com/code/vim/session/
5
6
-let g:xolox#session#version = '1.4.16'
+let g:xolox#session#version = '1.4.17'
7
8
" Public API for session persistence. {{{1
9
@@ -115,7 +115,7 @@ function! s:state_filter(line)
115
if a:line == 'normal zo'
116
" Silence "E490: No fold found" errors.
117
return 'silent! normal zo'
118
- elseif a:line =~ '^file .\{-}[\\/]NERD_tree_\d$'
+ elseif a:line =~ '^file .\{-}\<NERD_tree_\d\+$'
119
" Silence "E95: Buffer with this name already exists" when restoring
120
" mirrored NERDTree windows.
121
return '" ' . a:line
0 commit comments