gopher.vim
gopher.vim copied to clipboard
Fix crashing when chdir function doesn't exist
Fixes #50.
Some NeoVim environment seems has no chdir() function. If doesn't, use lcd ex-command instead.