Commit Graph

  • d554912af2
    Merge 723f137c90 into 1004d41696 Panashe Fundira 2023-09-29 15:22:48 -0400
  • 723f137c90
    Handle `str` in pynvim `NvimError` Panashe Fundira 2023-09-29 15:21:58 -0400
  • 760b695ca8
    Merge 46afa2d142 into 1004d41696 Josh Bode 2023-06-01 20:07:09 +1000
  • 46afa2d142
    Check type of error message from nvim Josh Bode 2023-06-01 20:03:45 +1000
  • efa0ea1cdf
    Merge 56d2a4097f into 1004d41696 oxalica 2022-10-02 08:29:08 +0800
  • 56d2a4097f Fix tests for neovim 0.8.0 oxalica 2022-10-02 08:09:57 +0800
  • bebdd62567
    Merge f3840b412e into 1004d41696 Rasmus Bergström 2022-09-03 22:11:31 +0200
  • f3840b412e fix(shortmess): remove hardcoded workaround jrasmusbm 2022-09-03 22:09:08 +0200
  • eff1e210ef
    Merge 459340cf2c into 1004d41696 Tyler Fox 2022-06-15 12:38:40 -0700
  • 459340cf2c Add an option to start a new process instead of overriding the current one Tyler Fox 2022-06-15 11:35:00 -0700
  • 0806390f84
    Merge 2eb58c73cc into 1004d41696 Ko. Gapf 2022-06-03 16:45:32 +0545
  • 1004d41696
    Bump to v2.5.1 master v2.5.1 Marco Hinz 2022-05-19 17:48:29 +0200
  • d55402724a
    Fix $NVR_CMD (#179) daniprado 2022-05-19 17:46:52 +0200
  • a0b2f48cf2
    Merge PR #177 from ashfinal/win_reload Marco Hinz 2022-05-19 17:42:40 +0200
  • c0a60e3842
    Solved error while using custom NVR_CMD Daniel Prado 2022-05-11 23:41:42 +0200
  • 4e77261f8b Use tcp address on Windows ashfinal 2022-05-11 00:09:20 +0800
  • 9248643e6f Fix bad def naming ashfinal 2022-05-11 00:01:14 +0800
  • 41e7016e5c
    Prefer --listen over obsolete $NVIM_LISTEN_ADDRESS v2.5.0 Marco Hinz 2022-05-06 21:37:08 +0200
  • 9168686f50
    Bash: support file completion (#139) Peter Trško 2022-05-04 16:42:20 +0100
  • c5239337be
    Add fish completions T.S. Foster 2020-05-04 17:20:37 +0100
  • fe3eeeea70
    Fix `-d` not diffing the first file (#138) FallenWarrior2k 2022-05-04 17:33:01 +0200
  • 3130be19a9
    Bail out if Unix socket already exists Marco Hinz 2022-05-04 17:03:14 +0200
  • 1aa1651c33
    Prevent whitespace trimming for stdin input (#168) Gabriel Sanches 2022-05-04 11:37:18 -0300
  • c1f1d10d37
    Win: does not support Unix domain sockets Marco Hinz 2022-05-04 16:11:57 +0200
  • 03ad512710
    Avoid str.format() if possible v2.4.2 Marco Hinz 2022-05-04 13:04:52 +0200
  • 842a22a479
    Doc: $NVIM_LISTEN_ADDRESS is obsolete in nvim Marco Hinz 2022-05-04 12:16:14 +0200
  • 39e380dec9
    Support $NVIM v2.4.1 Marco Hinz 2022-05-04 11:02:55 +0200
  • 1c33e98266 Prevent whitespace trimming for stdin input Gabriel Sanches 2021-07-18 17:38:42 -0300
  • 7d57532c61
    Fail when path already exists jD91mZM2 2020-12-27 11:51:09 +0100
  • e1d89a99e7
    Migrate to poetry jD91mZM2 2020-12-27 11:32:49 +0100
  • e9155d2617 Format message with useraddr and defaddr ashfinal 2019-12-23 18:17:03 +0800
  • 972929b259 Don't show message when start new process ashfinal 2020-07-15 15:12:53 +0800
  • 3b45ac167e Show message only if user makes mistakes ashfinal 2019-12-15 13:34:40 +0800
  • dfd7be11cf Recommend using double quotes ashfinal 2019-12-12 21:10:20 +0800
  • b3ccfee457 Also produce gnvr for GUI use ashfinal 2019-12-12 19:56:42 +0800
  • 33a2fad126 Fix --serverlist on Windows ashfinal 2019-12-12 19:56:07 +0800
  • de6668aeb7 Use tcp address on Windows ashfinal 2019-12-12 19:55:36 +0800
  • a66fc40aa5 Replace current process in another interpreter ashfinal 2019-12-17 13:21:06 +0800
  • 5c437d87ca Revert "Use multiprocessing instead of os.fork()" ashfinal 2019-12-17 13:14:07 +0800
  • f37a6c73b6
    Do not hardcode shortmess #153 astier 2020-07-14 16:20:12 +0200
  • 2eb58c73cc Fix / Workaround: Trigger TermLeave autocommands when in Terminal mode updvs 2020-06-09 11:54:56 +0200
  • 08a96f239f Add fish completions T.S. Foster 2020-05-04 17:20:37 +0100
  • 067289dba4
    Solution to a problem I had sandersantema 2020-04-21 16:16:53 +0200
  • 7ef1560d30 new option --serverdetect Kotaro7750 2020-04-01 10:58:24 +0900
  • f1b809387b Prevent occasional segfault Dheepak Krishnamurthy 2020-01-04 17:49:50 -0700
  • b83d01a9f3
    Move `time.sleep(0.2)` before `self.attach()` Dheepak Krishnamurthy 2020-01-04 17:40:19 -0700
  • 05fe6d0f48 Support file completion in Bash Peter Trško 2020-01-04 12:02:21 +0000
  • b900ee5828 Replace current process in another interpreter ashfinal 2019-12-17 13:21:06 +0800
  • 392bfcbb90
    Fix `-d` not diffing the first file (closes #137) Simon Engmann 2019-12-31 01:59:46 +0100
  • 100a1f854e Format message with useraddr and defaddr ashfinal 2019-12-23 18:17:03 +0800
  • 6e4b018b2a Don't show message if starting new process ashfinal 2019-12-23 18:16:50 +0800
  • 69c849a657 Revert "Use subprocess.Popen instead of os.fork" ashfinal 2019-12-23 18:02:10 +0800
  • e12a5b9028 Revert "Under terminal run nvim interactively when start new process" ashfinal 2019-12-23 17:59:51 +0800
  • fe7979d9c5 Revert "Use multiprocessing instead of os.fork()" ashfinal 2019-12-17 13:14:07 +0800
  • 1ec7c6c76a
    Use multiprocessing instead of os.fork() Marco Hinz 2019-12-15 17:26:28 +0100
  • 960b7a8e03 Show message only if user makes mistakes ashfinal 2019-12-15 13:34:40 +0800
  • 180b2dd22c Under terminal run nvim interactively when start new process ashfinal 2019-12-15 13:30:39 +0800
  • d9ce37e833 Recommend using double quotes ashfinal 2019-12-12 21:10:20 +0800
  • 51a5d09724 Also produce gnvr for GUI use ashfinal 2019-12-12 19:56:42 +0800
  • b43ac16c3b Fix --serverlist on Windows ashfinal 2019-12-12 19:56:07 +0800
  • be5f52576b Use tcp address on Windows ashfinal 2019-12-12 19:55:36 +0800
  • 43b8332f1e Use subprocess.Popen instead of os.fork ashfinal 2019-12-12 19:54:09 +0800
  • 5ce398da07
    Change back to requiring 'pynvim' instead of 'neovim' v2.4.0 Marco Hinz 2019-11-29 16:23:25 +0100
  • 6e4771389c
    Add --attach-retry option attach-retry Marco Hinz 2019-11-26 15:41:51 +0100
  • 8cb46bdc23
    Import 'neovim' instead of 'pynvim' v2.3.4 Marco Hinz 2019-11-25 21:31:15 +0100
  • be295ef2ff
    Bump to v2.3.3 v2.3.3 Marco Hinz 2019-11-25 13:50:22 +0100
  • 50945c9677
    Make --version output more verbose Marco Hinz 2019-11-25 13:49:15 +0100
  • 7b9c4b2b8a
    Print "access denied" errors in --serverlist to stderr Marco Hinz 2019-11-25 13:28:30 +0100
  • e7e001a03a
    Rename sockaddrs -> addresses Marco Hinz 2019-11-25 13:24:22 +0100
  • df703221ab Avoid exceptions for processes without a name (#127) IceCreamWW 2019-11-25 20:21:44 +0800
  • b24b368cd3 use proc.info to avoid exceptions for processes without a name icecreamww 2019-11-25 10:20:30 +0800
  • c6041ea94d
    Make --serverlist show IPv6 addresses v2.3.2 Marco Hinz 2019-11-22 19:59:04 +0100
  • 4ba61af62a
    Fix parsing IPv6 addresses v2.3.1 Marco Hinz 2019-11-22 19:33:55 +0100
  • f85fc410e5 Add comment about reshimming Python with asdf (#124) RJ Dellecese 2019-11-22 06:09:08 -0500
  • a7d7a10da8
    Add comment about reshimming Python with asdf RJ Dellecese 2019-11-21 19:20:14 -0500
  • 4b087a8095
    Bump to v2.3.0 v2.3.0 Marco Hinz 2019-11-21 21:30:45 +0100
  • 0e618f0c6c
    Remove Python 3.4, add Python 3.8 Marco Hinz 2019-11-21 21:28:59 +0100
  • 684ad2323b
    Require 'neovim' instead of 'pynvim' Marco Hinz 2019-11-21 21:17:14 +0100
  • bacc0cf594
    Use pkg_resources to show current version Marco Hinz 2019-11-21 21:12:46 +0100
  • 01c17963ca
    Bump to v2.2.3 v2.2.3 Marco Hinz 2019-11-09 19:45:54 +0100
  • d3f7d5d7c3
    -d: avoid empty window if nvim is already running Marco Hinz 2019-11-09 19:43:53 +0100
  • e1626a8ba0
    -d: don't open each filename twice Marco Hinz 2019-11-09 19:39:26 +0100
  • 8985d10da5
    Force result of --remote-expr to be str Marco Hinz 2019-11-09 16:07:36 +0100
  • 13612ca350
    Compat: result of --remote-expr always ends with newline Marco Hinz 2019-11-04 19:31:18 +0100
  • 1ee9107861 README: add more filetypes for git editor usage (#122) Collin Styles 2019-10-21 16:47:08 -0700
  • 6a97e9f72d Add other filetypes to `set bufhidden=delete` autocmd Collin Styles 2019-10-21 15:54:27 -0700
  • e49c391f4a Add -n option to prevent the output of a newline Chris LaRose 2019-10-18 15:29:08 -0700
  • 16ada5c053 Add option for calling functions Collin Styles 2019-10-07 18:58:05 -0700
  • 98f7f48e04
    Bump to v2.2.2 v2.2.2 Marco Hinz 2019-10-07 16:53:37 +0200
  • f7381ec402 Dealing with AccessDenied exception on process connections (#119) FractalWire 2019-10-07 16:47:40 +0200
  • 1d3b9ce784
    Dealing with AccessDenied exception on process connections Olivier G-R 2019-10-07 14:31:30 +0200
  • a1b5c3ee72 Shell: add bash autocompletion file (#118) FractalWire 2019-10-01 20:24:31 +0200
  • 71164fdc5e
    Shell: add bash autocompletion file Olivier G-R 2019-10-01 19:21:27 +0200
  • 955d9564f5
    Bump to 2.2.1 v2.2.1 Marco Hinz 2019-09-18 20:15:42 +0200
  • 7c7b86ff2c Take off leading '+' from command (#117) Adam Ibrahim 2019-09-18 14:10:49 -0400
  • ed2dbe99d1
    Take off leading '+' from command adam 2019-09-12 16:36:25 -0400
  • c9b52e5b3a
    Bump to 2.2.0 v2.2.0 Marco Hinz 2019-08-15 12:16:02 +0200
  • 355243eebb
    Revamp argument parsing Marco Hinz 2019-08-15 12:14:47 +0200
  • 49431a2ccd
    Make -o/-O/-p understand the +{cmd} syntax Marco Hinz 2019-08-15 10:27:39 +0200
  • a4e4002219
    Bump to 2.1.10 v2.1.10 Marco Hinz 2019-08-14 20:18:49 +0200