Skip to content

Commit

Permalink
Add ! to FMLClose()
Browse files Browse the repository at this point in the history
  • Loading branch information
ktonga committed Nov 14, 2015
1 parent cb4237b commit 919217a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/follow-my-lead.vim
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function! FMLFormatMappings(source, mappings)
return a:source. "\n" . repeat('-', strchars(a:source)) . "\n\n" . join(formatted, "\n")
endfunction

function FMLClose()
function! FMLClose()
unlet s:fml_bufnr
bdelete
endfunction
Expand Down

0 comments on commit 919217a

Please sign in to comment.