10 Commits

Author SHA1 Message Date
Richard Kuhnt
4668e85d8c neovim: Update to version 0.3.4 2019-01-13 22:00:36 +00:00
Richard Kuhnt
a775cf420c lynx: suggest vcredist instead of depending on it 2019-01-06 15:17:55 +01:00
Richard Kuhnt
20979fccda neovim: Update to version 0.3.3 2019-01-05 18:00:27 +00:00
Richard Kuhnt
36689d312b neovim: Update to version 0.3.2 2018-12-31 15:00:28 +00:00
Richard Kuhnt
4ef86bd1c3 neovim: Update to version 0.3.1 2018-07-19 20:00:33 +00:00
Ross Smith II
c85d464190 Fix license attributes to SPDX standard (#2377) 2018-07-10 18:06:40 -07:00
Richard Kuhnt
9f8ae6c352 Update neovim to version 0.3.0 2018-06-11 09:00:40 +00:00
Dustin Venegas
388c619ad4 neovim: Do not include win32yank in PATH (#2206)
Neovim doesn't require win32yank.exe in the user's PATH. The shimexe version of win32yank.exe causes problems with clipboard+=unnamedplus in Neovim. Since it's not required in the PATH, and the shimexe version cause issues, this removes win32yank's shim.

Say the neovim clipboard option is set to set clipboard+=unnamedplus. If the win32yank.exe shim genereated by Scoop exists in the user's PATH, then it will be used. The shimexe [0] version of win32yank leaves dangling window instances, in the foreground, after every yank or paste operation. This indicates an incompatibility between Neovim and the win32yank.exe shimexe.

Neovim does not require win32yank.exe in the user's PATH. This is because Neovim looks for win32yank using the executeable() function [1]. The executeable() function always finds executeables in the same directory as vim [2]. Therefore, win32yank.exe isn't required to exist in the user's PATH variable for Neovim.

This PR reverts 3fc87da006e21dad39c13522427a35368ce402e2

[0] 2d9f964068/supporting/shimexe/shim.cs
[1] dc53629587/runtime/autoload/provider/clipboard.vim (L98)
[2] a1530ece87/runtime/doc/eval.txt (L3226)
2018-04-18 23:13:07 +02:00
Nguyen Tran Hau
73d19393e3 Enable win32yank on neovim (#1985) 2018-01-27 16:42:36 +01:00
Richard Kuhnt
7e33389f4a Add neovim version 0.2.2 (#1936)
- Uses github releases
- Added nvim-qt to bin property
2018-01-02 20:29:56 +01:00