Commit Graph

40 Commits (a10e931247cde3ac4fc7e45ee0ffc5520d54bc77)

Author SHA1 Message Date
Marco Hinz 40f5705eef
Be more precise when to implicitly use --remote-silent 7 years ago
Marco Hinz f8250c0c38
From all --remote* options, check the implicit --remote-silent last
References #43.
7 years ago
Marco Hinz 905bbb7dc3
Fix -p
Closes #65.
7 years ago
Marco Hinz 67f36cc550
Improve error message of --remote-expr
References #63.
7 years ago
Marco Hinz 0c7068b2cc
Start new nvim instance when no argument given
Closes #62.
7 years ago
Marco Hinz 282aa12fb4
Check if Unix domain socket is connectable before attaching 7 years ago
Marco Hinz 3926064c43
Bump to 1.8.3 7 years ago
Marco Hinz dac335752a
setup.py: rst -> md 7 years ago
Marco Hinz d138b98bde
Ignore "E37: No write since last change" in --remote*
References https://github.com/mhinz/neovim-remote/issues/54
7 years ago
Marco Hinz 64e9f486a1
Revert "Temporarily reset &modified when opening files"
This reverts commit 6845b8b5a6.
7 years ago
Marco Hinz 6845b8b5a6
Temporarily reset &modified when opening files
:edit and similar commands used by the --remote* options throw an exception if
the buffer is modified:

    E37: No write since last change (add ! to override)

Using :enew! doesn't work, since it reverts all changes. Thus we simply reset
&modified temporarily.

References https://github.com/mhinz/neovim-remote/issues/54
7 years ago
Marco Hinz 3fc53ac12a
Release v1.8.0 7 years ago
Marco Hinz a973424000
Make -s overwrite all other options
References https://github.com/mhinz/neovim-remote/issues/48#issuecomment-318163612
7 years ago
Marco Hinz 625b8ddf45
Change command to run using $NVR_CMD
References https://github.com/mhinz/neovim-remote/issues/48
7 years ago
Marco Hinz 4e827d4d7d
Process all options before waiting
References https://github.com/mhinz/neovim-remote/issues/46
7 years ago
Marco Hinz 3ad6b4371d
Release v1.7.1 7 years ago
Marco Hinz 276f1258f1
Release v1.7.0 7 years ago
Marco Hinz 1e9be0473f
Docs: instance -> process 7 years ago
Marco Hinz 53ce66cf98
Setup: mention support for Python 3.6 7 years ago
Marco Hinz aee0fa049c
Rename package to "nvr" 7 years ago
Raghu 53cd4962f8 Update setup.py to use 'console_scripts'
setup will generate appropriate executable sccripts on all platforms.
Tested on windows 8.1
7 years ago
Marco Hinz f78e3a9f0e
Make --serverlist work for real 8 years ago
Marco Hinz 9dd9c323fd
Improve help texts 8 years ago
Marco Hinz 020bb0ca34
Fix --remote-wait-silent
References #36.
8 years ago
Marco Hinz 6418fe24f6
Add -cc
References #35.
8 years ago
Marco Hinz 27c57846f5
Add -t
References #29.
8 years ago
Marco Hinz 8d7fe39aee
-q: switch to correct directory first
References
https://github.com/mhinz/neovim-remote/issues/29
8 years ago
Marco Hinz af050cb55e
-q: jump to first error 8 years ago
Marco Hinz 9e96644c97
Add -q
References https://github.com/mhinz/neovim-remote/issues/29
8 years ago
Marco Hinz b65265ed97
Release v1.4.0 8 years ago
Marco Hinz 7ee0e2dc31
Make all flags read from STDIN on - 8 years ago
Marco Hinz 3a93776ec3
Make "-o -" and "-O -" read from STDIN
References https://github.com/mhinz/neovim-remote/issues/28
8 years ago
Marco Hinz 068e21aae0 Improve usage message
References #26.
8 years ago
Marco Hinz 18c3cf41e5
PyPI: reupload -> 1.3.1
Somehow I managed to upload an egg for Python3.5 only. I have no idea how that
happened.

Sorry for any inconveniences!
8 years ago
Marco Hinz 29f7dcc86b
Release 1.3.0 8 years ago
Marco Hinz 7e76f845a3 Remove leading -- from arguments list
Fixes https://github.com/mhinz/neovim-remote/issues/17
8 years ago
Marco Hinz 7dce7ea34f Release 1.2.1 8 years ago
Marco Hinz 77e3dd567a Release 1.2 8 years ago
Marco Hinz 5ba2742c68 Don't split up executable
This way we can simply look at the script by doing:

    nvim $(which nvr)
9 years ago
Marco Hinz c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
9 years ago