index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
|
|
provider/perl: test older versions
Jan Edmund Lazo
2020-01-20
|
*
|
|
provider/perl: add latest version health check
Jan Edmund Lazo
2020-01-20
|
*
|
|
doc: provider-perl
Jan Edmund Lazo
2020-01-20
|
*
|
|
provider/perl: skip tests on Windows
Jan Edmund Lazo
2020-01-20
|
*
|
|
provider/perl: add health check
Jan Edmund Lazo
2020-01-20
|
*
|
|
provider/perl: simplify detection
Jan Edmund Lazo
2020-01-20
|
*
|
|
provider/perl: add basic tests
Jan Edmund Lazo
2020-01-20
|
*
|
|
remote plugins: add support for perl hosts
Jacques Germishuys
2020-01-20
|
*
|
|
ci/Appveyor: install diffutils via scoop
Jan Edmund Lazo
2020-01-20
|
*
|
|
ci: install perl provider
Jan Edmund Lazo
2020-01-20
|
/
/
/
*
|
|
tabpage: "tabnext #" switches to previous tab #11734
butwerenotthereyet
2020-01-20
*
|
|
Merge pull request #11742 from bfredl/shedbike
Björn Linse
2020-01-20
|
\
\
\
|
*
|
|
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20
|
/
/
/
*
|
|
Merge pull request #11715 from teto/fix_fillchar
Matthieu Coudron
2020-01-20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fillchars: fix display on closed fold
Matthieu Coudron
2020-01-14
*
|
|
Merge #11735 ':tabs : show # for previous tabpage'
Justin M. Keyes
2020-01-19
|
\
\
\
|
*
|
|
tabpage: :tabs indicates previous tabpage's curwin
We're Yet
2020-01-19
*
|
|
|
Merge #11737 from janlazo/vim-8.1.2421
Justin M. Keyes
2020-01-19
|
\
\
\
\
|
*
|
|
|
vim-patch:8.1.2421: test88 is old style
Jan Edmund Lazo
2020-01-19
|
*
|
|
|
fixup! fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514
Jan Edmund Lazo
2020-01-19
|
*
|
|
|
vim-patch:8.1.2031: cursor position wrong when resizing and using conceal
Jan Edmund Lazo
2020-01-19
*
|
|
|
|
Merge pull request #11736 from bfredl/tenc
Björn Linse
2020-01-19
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
restore old 'termencoding' behavior
Björn Linse
2020-01-19
|
|
/
/
/
*
|
|
|
Merge #11331 'WinClosed autocmd'
Justin M. Keyes
2020-01-18
|
\
\
\
\
|
*
|
|
|
doc: autocmd.txt
Justin M. Keyes
2020-01-18
|
*
|
|
|
WinClosed: sort auevents.lua; improve tests
Justin M. Keyes
2020-01-18
|
*
|
|
|
autocmd: WinClosed exposes window id as <afile>
notomo
2020-01-18
|
*
|
|
|
autocmd: add WinClosed event
Marcos ALMEIDA
2020-01-18
|
/
/
/
/
*
|
|
|
Merge #11707 from janlazo/vim-8.1.1434
Justin M. Keyes
2020-01-18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vim-patch:8.2.0123: complete_info() does not work when CompleteDone is triggered
Jan Edmund Lazo
2020-01-17
|
*
|
|
vim-patch:8.1.1139: no test for what is fixed in patch 8.1.0716
Jan Edmund Lazo
2020-01-17
|
*
|
|
vim-patch:8.1.0716: get warning message when 'completefunc' returns nothing
Jan Edmund Lazo
2020-01-17
|
*
|
|
spell: spell_soundfold_sal() is dead code
Jan Edmund Lazo
2020-01-17
|
*
|
|
clang/'Logic error': zero-init struct
Jan Edmund Lazo
2020-01-17
|
*
|
|
vim-patch:8.2.0120: virtcol() does not check arguments to be valid
Jan Edmund Lazo
2020-01-17
|
*
|
|
vim-patch:8.2.0112: illegal memory access when using 'cindent'
Jan Edmund Lazo
2020-01-17
|
/
/
/
*
|
|
Merge pull request #11390 from erw7/feature-conpty
Björn Linse
2020-01-17
|
\
\
\
|
*
|
|
Remove termtype option
erw7
2020-01-17
|
*
|
|
Change to replace stderr with conout
erw7
2020-01-17
|
*
|
|
Add missing include file
erw7
2020-01-17
|
*
|
|
Change option name from termwintype to termtype
erw7
2020-01-17
|
*
|
|
Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}
erw7
2020-01-17
|
*
|
|
Add stdin, stdout replacement functions
erw7
2020-01-17
|
*
|
|
Change enum to a name that follows naming convention
erw7
2020-01-17
|
*
|
|
Change to use TriState instead of bool
erw7
2020-01-17
|
*
|
|
Fix function prototype
erw7
2020-01-17
|
*
|
|
Minor changes in reviewer's point
erw7
2020-01-17
|
*
|
|
Move ConPTY resize to os_win_conpty.c
erw7
2020-01-17
|
*
|
|
Change union name from pty_object to object
erw7
2020-01-17
|
*
|
|
Change to use ConPTY, if available
erw7
2020-01-17
|
/
/
/
[prev]
[next]