2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Marco Hinz
67f36cc550
Improve error message of --remote-expr
References #63.
2017-10-24 13:07:56 +02:00
Marco Hinz
0c7068b2cc
Start new nvim instance when no argument given
Closes #62.
2017-10-18 06:11:44 +02:00
Marco Hinz
282aa12fb4
Check if Unix domain socket is connectable before attaching 2017-09-30 14:13:15 +02:00
Marco Hinz
3926064c43
Bump to 1.8.3 2017-09-29 17:31:06 +02:00
Marco Hinz
dac335752a
setup.py: rst -> md 2017-09-29 17:11:05 +02:00
Marco Hinz
d138b98bde
Ignore "E37: No write since last change" in --remote*
References https://github.com/mhinz/neovim-remote/issues/54
2017-08-07 02:02:29 +02:00
Marco Hinz
64e9f486a1
Revert "Temporarily reset &modified when opening files"
This reverts commit 6845b8b5a6.
2017-08-07 01:58:31 +02:00
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
2017-08-07 00:35:33 +02:00
Marco Hinz
3fc53ac12a
Release v1.8.0 2017-08-04 02:49:22 +02:00
Marco Hinz
a973424000
Make -s overwrite all other options
References https://github.com/mhinz/neovim-remote/issues/48#issuecomment-318163612
2017-07-27 00:29:08 +02:00
Marco Hinz
625b8ddf45
Change command to run using $NVR_CMD
References https://github.com/mhinz/neovim-remote/issues/48
2017-07-26 01:07:10 +02:00
Marco Hinz
4e827d4d7d
Process all options before waiting
References https://github.com/mhinz/neovim-remote/issues/46
2017-07-11 15:46:44 +02:00
Marco Hinz
3ad6b4371d
Release v1.7.1 2017-06-30 02:51:33 +02:00
Marco Hinz
276f1258f1
Release v1.7.0 2017-06-23 18:51:10 +02:00
Marco Hinz
1e9be0473f
Docs: instance -> process 2017-06-20 20:50:55 +02:00
Marco Hinz
53ce66cf98
Setup: mention support for Python 3.6 2017-05-25 15:47:12 +02:00
Marco Hinz
aee0fa049c
Rename package to "nvr" 2017-05-24 14:37:11 +02:00
Raghu
53cd4962f8 Update setup.py to use 'console_scripts'
setup will generate appropriate executable sccripts on all platforms.
Tested on windows 8.1
2017-05-23 16:01:05 +02:00
Marco Hinz
f78e3a9f0e
Make --serverlist work for real 2017-04-27 13:24:33 +02:00
Marco Hinz
9dd9c323fd
Improve help texts 2017-03-27 15:39:01 +02:00
Marco Hinz
020bb0ca34
Fix --remote-wait-silent
References #36.
2017-03-19 16:48:09 +01:00
Marco Hinz
6418fe24f6
Add -cc
References #35.
2017-02-26 17:22:47 +01:00
Marco Hinz
27c57846f5
Add -t
References #29.
2016-12-29 12:57:32 +01:00
Marco Hinz
8d7fe39aee
-q: switch to correct directory first
References
https://github.com/mhinz/neovim-remote/issues/29
2016-12-28 13:47:36 +01:00
Marco Hinz
af050cb55e
-q: jump to first error 2016-12-28 12:39:10 +01:00
Marco Hinz
9e96644c97
Add -q
References https://github.com/mhinz/neovim-remote/issues/29
2016-12-28 12:31:41 +01:00
Marco Hinz
b65265ed97
Release v1.4.0 2016-12-07 00:45:07 +01:00
Marco Hinz
7ee0e2dc31
Make all flags read from STDIN on - 2016-11-28 20:12:48 +01:00
Marco Hinz
3a93776ec3
Make "-o -" and "-O -" read from STDIN
References https://github.com/mhinz/neovim-remote/issues/28
2016-11-28 18:07:28 +01:00
Marco Hinz
068e21aae0 Improve usage message
References #26.
2016-11-08 16:27:47 +01:00
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!
2016-10-07 15:17:29 +02:00
Marco Hinz
29f7dcc86b
Release 1.3.0 2016-10-06 20:57:55 +02:00
Marco Hinz
7e76f845a3 Remove leading -- from arguments list
Fixes https://github.com/mhinz/neovim-remote/issues/17
2016-07-03 13:27:51 +02:00
Marco Hinz
7dce7ea34f Release 1.2.1 2016-06-08 16:28:42 +02:00
Marco Hinz
77e3dd567a Release 1.2 2016-06-07 14:14:04 +02:00
Marco Hinz
5ba2742c68 Don't split up executable
This way we can simply look at the script by doing:

    nvim $(which nvr)
2016-02-17 01:22:49 +01:00
Marco Hinz
c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
2016-02-15 03:44:03 +01:00