Readme error
tmpbeing opened this issue · 2 comments
tmpbeing commented
Readme should read :Fortytwoheader instead of :FortyTwoHeader (case issues).
Tested :FortyTwoHeader under neovim and it didn't work.
tasinttttttt commented
Same thing here.
had to edit line 179
of ./plugin/42header.vim
[link] and replace
command! Fortytwoheader call s:fortytwoheader ()
with
command! FortyTwoHeader call s:fortytwoheader ()
.
It works on vim.
pandark commented
I actually meant for it to be camel cased (…and then something went wrong 😄), so let's make it be FortyTwoHeader
everywhere.
https://github.com/pandark/42header.vim/blob/master/plugin/42header.vim#L179 (code)
https://github.com/pandark/42header.vim/blob/master/doc/42header.txt#L20 (doc)
Thanks you both for the feedback. 🙂