maciakl / vim-neatstatus

Neat Status Line Plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4587
73 stars 18 forks source link

Add NeoVim support for servername. #8

Closed deybhayden closed 9 years ago

deybhayden commented 9 years ago

NeoVim has a crazy value that comes back from v:servername (i.e. /var/folders/yw/csycvz5d29l5lmn3bcr897200000gn/T/nvimTsRb2k/0). This change looks for nvim in the variable, and if it finds it, simply puts neovim in the session variable.

maciakl commented 9 years ago

Thank you. :D