pandark/42header.vim

Readme error

tmpbeing opened this issue · 2 comments

Readme should read :Fortytwoheader instead of :FortyTwoHeader (case issues).
Tested :FortyTwoHeader under neovim and it didn't work.

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.

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. 🙂