use different shell func name for neovim and vim.
wsdjeg opened this issue · 5 comments
wsdjeg commented
I using neovim and vim at the same time ,also with same vimrc,so please use different shell func names for neovim and vim,thanks!
just line _nvim_nman
and _vim_nman
nhooyr commented
So _nman
to _nvim_nman
and _vim_nman
?
wsdjeg commented
yes,but I don't why this show me error
nman!(){
}
nhooyr commented
@wsdjeg using bash? I have a feeling thats the problem. I'll try to get it to work with bash soon.
nhooyr commented
I didn't rename it, if you want to do renaming, you can very easily do it yourself. Those functions just really serve as examples.
wsdjeg commented
yes ,thanks for fixing