Skip to content

Commit 60da56c

Browse files
committed
Fix issue with au clears on quit
See python-mode#620
1 parent fd70ac2 commit 60da56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ endfunction "}}}
128128

129129
fun! pymode#quit() "{{{
130130
augroup pymode
131-
au!
131+
au! * <buffer>
132132
augroup END
133133
endfunction "}}}

0 commit comments

Comments
 (0)