Jan Edmund Lazo and GitHub
3e36f2b0ac
[nvim] Fix floating window requirements ( #2089 )
...
Vim 8.1.2371
https://github.com/vim/vim/commit/05ad5ff0ab34ed9a5296dedd420ca81698b8ce22
Nvim 0.4.0
https://github.com/neovim/neovim/commit/9a1675b065394734ddaef91a314896028e2b1d46
2020-06-21 10:34:43 +09:00
Jan Edmund Lazo and Junegunn Choi
e21b001116
[vim] Use iconv only if +iconv is enabled ( #1813 )
2020-01-07 16:11:47 +09:00
Jan Edmund Lazo and Junegunn Choi
5da8bbf45a
[vim] Encode list source to codepage ( #1794 )
2019-12-16 14:41:03 +09:00
Jan Edmund Lazo and Junegunn Choi
aa0e10ead7
[vim] Use cterm colors on Windows ( #1793 )
...
Truecolor does not work on default Windows terminal.
It is a problem in neovim GUIs.
https://github.com/sainnhe/edge/issues/5#issuecomment-565748240
2019-12-15 22:17:24 +09:00
Jan Edmund Lazo and Junegunn Choi
c03c058bd5
[install] Support busybox uname on Windows ( #1758 )
2019-11-16 22:23:42 +09:00
Jan Edmund Lazo and Junegunn Choi
49d04374a4
[install] Detect MSYS on Windows ( #1391 )
2018-09-25 23:03:36 +09:00
Jan Edmund Lazo and Junegunn Choi
cce17ad0a0
[vim] Use CRLF in batchfile for multibyte codepage ( #1289 )
...
Close #1288
2018-05-13 16:24:28 +09:00
Jan Edmund Lazo and Junegunn Choi
7f0caf0683
Update Windows default command to print relative paths ( #1200 )
2018-01-17 22:02:50 +09:00
Jan Edmund Lazo and Junegunn Choi
37d4015d56
[vim] Don't use :terminal on msys2 or Cygwin ( #1155 )
...
Close #1152
msys2 terminal Vim assumes that it runs in mintty
so `:terminal` uses `TERM=xterm`.
fzf doesn't support `TERM=xterm` on Windows.
2017-11-22 13:34:02 +09:00
Jan Edmund Lazo and Junegunn Choi
c4185e81e8
Fix ExecCommandWith for cmd.exe in Windows ( #1072 )
...
Close #1018
Run the command as is in cmd.exe with no parsing and escaping.
Explicity set cmd.SysProcAttr so execCommand does not escape the command.
Technically, the command should be escaped with ^ for special characters,
including ". This allows cmd.exe commands to be chained together.
See https://github.com/neovim/neovim/pull/7343#issuecomment-333350201
This commit also updates quoteEntry to use strings.Replace instead of
strconv.Quote which escapes more than \ and ".
2017-10-14 15:26:37 +09:00
Jan Edmund Lazo and Junegunn Choi
79d2ef4616
[vim] Do not pathshorten prompt in cygwin ( #1043 )
...
Prevents the following case:
before pathshorten - /usr/bin
after pathshorten - /u/bin
piped to cmd.exe - U:/bin
2017-09-07 11:03:26 +09:00
Jan Edmund Lazo and Junegunn Choi
3399e39968
[vim] Escape backslashes in fzf#shellescape ( #1021 )
2017-08-20 12:28:36 +09:00
Jan Edmund Lazo and Junegunn Choi
053d628b53
Add MinGW 64 to install fzf in Windows 64-bit ( #1015 )
2017-08-13 23:20:06 +09:00