rogual / neovim-dot-app

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

add support for `-f` flag #202

Closed hakamadare closed 8 years ago

hakamadare commented 8 years ago

Leverage open -W -n to support export EDITOR='gnvim -f' use; passing the -f flag makes the gnvim invocation block until you've written the file, which is the behavior expected by a number of programs that support the EDITOR environment variable.