Commit Graph

183 Commits (7f49f454234de6ae2264fb22d6d2f5e34191cdce)
 

Author SHA1 Message Date
Marco Hinz 7abbe9618e Implement -o 9 years ago
Marco Hinz 29c0f06f68 Add default clause for --remote-expr 9 years ago
Marco Hinz 931f6bf55f Feed unused arguments to --remote-silent 9 years ago
Marco Hinz c172521859 Add CHANGELOG.md 9 years ago
Marco Hinz 5b1cd8ee03 Ignore unknown arguments
nvr is not a real wrapper anymore, for simplicty reasons and because most
people probably didn't alias nvr to nvim anway. If that were the case, you'd
always load the python provider first, even if you not end up using it, which
leads to a certain delay.

nvim startup time is crucial.
9 years ago
Marco Hinz 318f33abd8 README: adapt to name changes 9 years ago
Marco Hinz 2d47f69aba neovim-remote.py -> nvr 9 years ago
Marco Hinz 551fc73a83 README: update comment 9 years ago
Marco Hinz b385188f9c README: nicer --remote-expr example 9 years ago
Marco Hinz 356cb3367a --remote-expr: decode bytes to UTF-8 for all types 9 years ago
Marco Hinz 17288b32ae README: remove obsolete reference to --serverlist 9 years ago
Marco Hinz 6f6d0f2702 README: explain "server instance" 9 years ago
Marco Hinz ab66324ef4 README: update install instructions 9 years ago
Marco Hinz f6ef1229b9 README: update install directions 9 years ago
Marco Hinz fc93a04fc8 --servername: set $NVIM_LISTEN_ADDRESS properly 9 years ago
Marco Hinz 1f2e6de132 Remove --serverlist for the moment 9 years ago
Marco Hinz 6605594770 README: better examples 9 years ago
Marco Hinz d0bbd659dd Decode expression from UTF-8 9 years ago
Marco Hinz 2d5614395c README: add installation section 9 years ago
Marco Hinz f01c896c8c Add README 9 years ago
Marco Hinz b15c14c24a Add LICENSE 9 years ago
Marco Hinz 488050aa10 Implement --serverlist 9 years ago
Marco Hinz 8cb27c38de Implement --servername 9 years ago
Marco Hinz 7876412c3d Use nvim as fallback if no args were given 9 years ago
Marco Hinz 13c3204d7f Refactoring 9 years ago
Marco Hinz c66f4d1501 Handle whitespace in filenames 9 years ago
Marco Hinz dffbe22d1b Cleaning up 9 years ago
Marco Hinz fdcfedcec6 Add empty --remote-silent and --remote-wait-silent 9 years ago
Marco Hinz ddc34f7206 Implement --remote-send 9 years ago
Marco Hinz d7f2c6e08d Implement --remote-wait 9 years ago
Marco Hinz aca2ab7a08 Implement --remote-tab 9 years ago
Marco Hinz 0306a433a1 Implement --remote-expr 9 years ago
Marco Hinz 37d851bb34 Implement --remote 9 years ago