We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
!
FMLClose()
1 parent cb4237b commit 919217aCopy full SHA for 919217a
plugin/follow-my-lead.vim
@@ -75,7 +75,7 @@ function! FMLFormatMappings(source, mappings)
75
return a:source. "\n" . repeat('-', strchars(a:source)) . "\n\n" . join(formatted, "\n")
76
endfunction
77
78
-function FMLClose()
+function! FMLClose()
79
unlet s:fml_bufnr
80
bdelete
81
0 commit comments