Skip to content

Commit 919217a

Browse files
committed
Add ! to FMLClose()
1 parent cb4237b commit 919217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/follow-my-lead.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function! FMLFormatMappings(source, mappings)
7575
return a:source. "\n" . repeat('-', strchars(a:source)) . "\n\n" . join(formatted, "\n")
7676
endfunction
7777

78-
function FMLClose()
78+
function! FMLClose()
7979
unlet s:fml_bufnr
8080
bdelete
8181
endfunction

0 commit comments

Comments
 (0)