nhooyr/neoman.vim

use different shell func name for neovim and vim.

wsdjeg opened this issue · 5 comments

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

So _nman to _nvim_nman and _vim_nman?

yes,but I don't why this show me error

nman!(){
}

@wsdjeg using bash? I have a feeling thats the problem. I'll try to get it to work with bash soon.

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.

yes ,thanks for fixing