Skip to content

Commit 294894a

Browse files
committed
Fix fold marker
1 parent 755e99f commit 294894a

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
@@ -109,7 +109,7 @@ endfunction "}}}
109109

110110
fun! pymode#buffer_pre_write() "{{{
111111
let b:pymode_modified = &modified
112-
endfunction
112+
endfunction "}}}
113113

114114
fun! pymode#buffer_post_write() "{{{
115115
if g:pymode_rope

0 commit comments

Comments
 (0)