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 923a0a5 commit 8e9fcc4Copy full SHA for 8e9fcc4
plugin/sessionman.vim
@@ -5,7 +5,7 @@
5
" Copyright (c) Yuri Klubakov
6
"
7
" Author: Yuri Klubakov <yuri.mlists at gmail dot com>
8
-" Version: 1.05 (2011-05-05)
+" Version: 1.06 (2011-05-06)
9
" Requires: Vim 6
10
" License: GPL
11
@@ -119,6 +119,10 @@ function! s:OpenSession(name)
119
finally
120
set eventignore=
121
doautoall BufRead
122
+ doautoall FileType
123
+ doautoall BufEnter
124
+ doautoall BufWinEnter
125
+ doautoall TabEnter
126
doautoall SessionLoadPost
127
endtry
128
if has('cscope')
@@ -226,6 +230,7 @@ function! s:ListSessions()
226
230
0,1d
227
231
execute l
228
232
setlocal nomodifiable
233
+ setlocal nospell
229
234
endfunction
235
236
"============================================================================"
0 commit comments