rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Typo in sysinit.vim "Split Diff with..." #336

Closed Roguelazer closed 5 years ago

Roguelazer commented 5 years ago

0.1.5 (the latest release in Homebrew) fails to launch with

Error detected while processing /usr/local/Cellar/neovim-dot-app/0.1.5/Neovim.app/Contents/Resources/sysinit.vim:
line 115:
E329: No menu "Split Diff with..."

Changing "with" to "With" fixes this.

This may be a recent incompatibility since I'm running neovim 0.3.4, a rather newer version than the 0.1.5 that this was developed against.

Aside from that typo, everything else seems to still work, though, which is kind of neat.

rogual commented 5 years ago

Fixed by @bfulkers