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
*
Merge pull request #17440 from zeertzjq/vim-8.2.3184
zeertzjq
2022-04-12
|
\
|
*
refactor(digraph.c): add more const qualifiers
zeertzjq
2022-04-12
|
*
vim-patch:partial:a2baa73d1d33
zeertzjq
2022-04-12
|
*
vim-patch:8.2.3325: digraph test fails when LC_ALL is set to "C"
zeertzjq
2022-04-12
|
*
vim-patch:8.2.3226: new digraph functions use old naming scheme
zeertzjq
2022-04-12
|
*
vim-patch:8.2.3184: cannot add a digraph with a leading space
zeertzjq
2022-04-12
|
/
*
vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...
zeertzjq
2022-04-12
*
Merge pull request #18075 from zeertzjq/vim-8.2.4713
zeertzjq
2022-04-12
|
\
|
*
test: properly test WinScrolled event
zeertzjq
2022-04-12
|
*
vim-patch:8.2.4713: plugins cannot track text scrolling
zeertzjq
2022-04-12
|
/
*
test(old): fix mistakes in porting Vim patches 8.1.1362 and 8.1.1585 (#18080)
zeertzjq
2022-04-12
*
vim-patch:8.2.4737: // in JavaScript string recognized as comment (#18083)
Christian Clason
2022-04-11
*
fix(lsp): pass offset_encoding in formatexpr() (#18084)
Tony Fettes
2022-04-11
*
docs(term.txt): add documentation about TUI input (#18072)
zeertzjq
2022-04-11
*
refactor(packaging): Windows: improve MSI, remove NSIS #18069
Henry Fraser
2022-04-11
*
vim-patch:8.2.4734: getcharpos() may change a mark position (#18077)
zeertzjq
2022-04-11
*
Merge pull request #18067 from zeertzjq/vim-8.2.4714
zeertzjq
2022-04-11
|
\
|
*
vim-patch:8.2.4733: HEEx and Surface do need a separate filetype
zeertzjq
2022-04-11
|
*
vim-patch:8.2.4714: using g:filetype_dat and g:filetype_src not tested
zeertzjq
2022-04-11
|
/
*
fix(vim-patch.sh): fix N/A files patterns (#18073)
zeertzjq
2022-04-11
*
fix(events): make v:event readonly in more events (#18070)
zeertzjq
2022-04-11
*
Merge pull request #18071 from gpanders/create_uc
Gregory Anders
2022-04-10
|
\
|
*
docs: update dev-api to include "create"
Gregory Anders
2022-04-10
|
*
refactor!: rename nvim_add_user_command to nvim_create_user_command
Gregory Anders
2022-04-10
*
|
fix(tui)!: remove `ESC NUL` forced escape (#17198)
zeertzjq
2022-04-11
*
|
feat(keymap): add F38-F63 keys (#17893)
zeertzjq
2022-04-11
|
/
*
feat(events): support SIGWINCH for Signal event #18029
Loong Wang
2022-04-10
*
refactor(globals.h): avoid confusing comment placement (#18066)
zeertzjq
2022-04-10
*
docs: remove mentions of removed flag '#' in 'cpoptions' (#18064)
UnkwUsr
2022-04-10
*
vim-patch:8.2.4729: HEEx and Surface templates do not need a separate filetyp...
Christian Clason
2022-04-10
*
Merge pull request #18062 from zeertzjq/vim-8.2.4723
zeertzjq
2022-04-10
|
\
|
*
vim-patch:8.2.4728: no test that v:event cannot be modified
zeertzjq
2022-04-10
|
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
|
/
*
vim-patch:8.2.4719: ">" marker sometimes not displayed in the jumplist (#18056)
zeertzjq
2022-04-10
*
vim-patch:8.2.4722: ending recording with mapping records too much (#18060)
zeertzjq
2022-04-10
*
vim-patch:8.2.4718: @@@ in the last line sometimes drawn in the wrong place (...
zeertzjq
2022-04-10
*
vim-patch:8.2.4721: cooklang files are not recognized (#18058)
Christian Clason
2022-04-09
*
vim-patch:8.2.4720: ABB Rapid files are not recognized properly (#18057)
Christian Clason
2022-04-09
*
Merge pull request #18023 from tom-anders/vim-8.2.4702
zeertzjq
2022-04-09
|
\
|
*
vim-patch:8.2.4703: memory leak in handling 'cinscopedecls'
Tom Praschan
2022-04-09
|
*
vim-patch:8.2.4702: C++ scope labels are hard-coded
Tom Praschan
2022-04-09
*
|
vim-patch:8.2.4715: Vagrantfile not recognized (#18052)
Christian Clason
2022-04-09
*
|
chore(packaging): use transparent windows logo (#18051)
Henry Fraser
2022-04-09
*
|
vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)
zeertzjq
2022-04-09
*
|
vim-patch:partial:cbaff5e06ec5 (#18044)
Sean Dewar
2022-04-08
*
|
vim-patch:partial:cbaff5e06ec5 (#18042)
Christian Clason
2022-04-08
*
|
Merge pull request #17971 from chentau/extmark_spell
bfredl
2022-04-08
|
\
\
|
*
|
fix(extmarks): splice extmarks on accepting spell
Tony Chen
2022-04-02
*
|
|
build(deps): bump LuaJIT to HEAD - 5e3c45c43 (#18027)
Christian Clason
2022-04-08
*
|
|
Merge pull request #17786 from gpanders/autocmd-args
bfredl
2022-04-08
|
\
\
\
[next]