Skip to content

Commit 48c00ff

Browse files
committed
Fix a little typo
1 parent 6b31cbd commit 48c00ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/session.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif
111111

112112
" Toggle the saving colorschemes with the session
113113
if !exists('g:session_save_color')
114-
let g:session_save_color == 1
114+
let g:session_save_color = 1
115115
endif
116116

117117
" Make sure the sessions directory exists and is writable. {{{1

0 commit comments

Comments
 (0)