8000 Merge pull request #623 from mpyatishev/patch-1 · python-mode/python-mode@815b374 · GitHub
[go: up one dir, main page]

Skip to content

Commit 815b374

Browse files
committed
Merge pull request #623 from mpyatishev/patch-1
Fix issue with au clears on quit
2 parents f21e0d3 + 60da56c commit 815b374

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)
0