Commit Graph

318 Commits (master)
 

Author SHA1 Message Date
Marco Hinz d584112075
Improve quoting when reading from stdin 6 years ago
Marco Hinz 4dccbb742a
Bump to 1.9.5 6 years ago
Marco Hinz 0a8733a233
Test: single and doubles quotes in filenames 6 years ago
Marco Hinz 4f932bb6ff
Replace unnecessary Nvim.eval()
References #77
6 years ago
Marco Hinz 9954142dd4
Bump to 1.9.4 6 years ago
Marco Hinz 1c16aced9e
Do not create temporary file 6 years ago
Marco Hinz d02588b210
Test: escape filenames properly
References https://github.com/mhinz/neovim-remote/issues/77
6 years ago
Marco Hinz 197b77c0d4
Test: fix env 6 years ago
Marco Hinz 6bae5a77cc
Bump to 1.9.3 6 years ago
Marco Hinz 2e4bf0f836
Test: introduce Nvim class 6 years ago
Marco Hinz 172ee11a13
Filter filenames through fnameescape()
Fixes #77
6 years ago
Marco Hinz c7a52cb453
Makefile: add test target 6 years ago
Marco Hinz ab6b42fd2b
Bump to 1.9.2 6 years ago
Marco Hinz ac49415d43
Gracefully close the event loop
This uses the APIs new close() method from neovim 0.2.3.
6 years ago
Marco Hinz a08ffdf89a
New option: --version 6 years ago
Marco Hinz 97601e6847
Help: add GitHub URL 6 years ago
Marco Hinz 9c24bf35a5
README: center header 6 years ago
Marco Hinz 73115f37d6
README: add typical uses cases 6 years ago
Marco Hinz e9f1d33547
README: improve header 6 years ago
Marco Hinz 06d9cd9c33
README: add theory and first steps 6 years ago
Marco Hinz 7c6fb5b7c3
README: improve installation section 6 years ago
Marco Hinz c7f954018d
README: improve intro 6 years ago
Marco Hinz 1c0408644b
README: improve formatting of FAQ 6 years ago
Marco Hinz aeb08b81f2
Make -c/-cc/--remote-expr read from stdin on -
Fixes #72.
7 years ago
Marco Hinz 4659798cd6
Release v1.9.0 7 years ago
Marco Hinz 9f018a87d4
Refactoring: Neovim/nvim -> Nvr/nvr 7 years ago
Marco Hinz 01fade4a9d
Refactoring: silencing
Fixes #69.
7 years ago
Marco Hinz df89d17f56
Refactoring: sanitize address 7 years ago
Marco Hinz 83b9d014f7
New option: --nostart
By default nvr starts a new nvim process if none is found. Use this option to
avoid that.

Closes #68.
7 years ago
Marco Hinz 8dccd952b5
Don't start nvim on --serverlist
Fixes #67.
7 years ago
Marco Hinz a10e931247
Correct -h output 7 years ago
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 27c39db099
INSTALLATION: mention macOS user directory
References #64.
7 years ago
Marco Hinz 7f49f45423
CI: never notify me on success 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 d28c9c00bf
Remove useless level of indentation 7 years ago
Marco Hinz 538e18be6d
Move address type detection logic into own function 7 years ago
Marco Hinz 3926064c43
Bump to 1.8.3 7 years ago
Marco Hinz ec612dc16c
Improve check for IPv4 address
If the address contains only one colon followed by a number, assume TCPv4 and
a Unix domain otherwise.

Closes #60.
7 years ago
Marco Hinz dac335752a
setup.py: rst -> md 7 years ago
Marco Hinz 2b7853ef8e
README: move installation instructions to INSTALLATION.md
Closes #59.
7 years ago
Marco Hinz 58b0783d0a
README: switch back to Markdown 7 years ago
Marco Hinz 200699c71c
README: no support for Windows
Closes #53.
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