rogual / neovim-dot-app

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

documentation error? #286

Closed enthudave closed 8 years ago

enthudave commented 8 years ago

in the docs

You can use exists(neovim_dot_app) to check if you're running in Neovim.app or not.

should it not be

exists('neovim_dot_app')

?

rogual commented 8 years ago

You're right!

bambu commented 8 years ago

Fixed. Thanks!