We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56b56d commit 538c1c4Copy full SHA for 538c1c4
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## [5.3.0](https://github.com/neovim/node-client/compare/v5.2.1...v5.3.0)
4
5
-- TBD
+- `findNvim` now searches various common locations, in addition to `$PATH`. That
6
+ makes it more useful for GUIs where `$PATH` is often different than the user's
7
+ shell. #267
8
+- `findNvim` now has a `firstMatch` parameter which callers can use to stop
9
+ searching after the first valid matching Nvim is found. #370
10
11
## [5.2.1](https://github.com/neovim/node-client/compare/v5.2.0...v5.2.1)
12
0 commit comments