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
...
|
*
|
feat(lua): measure require in --startuptime
ii14
2022-07-09
*
|
|
test(old): align defaults to Vim after every test (#19301)
zeertzjq
2022-07-10
*
|
|
vim-patch:8.1.1038: Arabic support excludes Farsi (#19285)
zeertzjq
2022-07-10
*
|
|
refactor: remove functions marked for deprecation in 0.8 (#19299)
Gregory Anders
2022-07-09
*
|
|
refactor(lua): replace vim.cmd use with API calls (#19283)
Raphael
2022-07-09
*
|
|
Merge pull request #19296 from zeertzjq/vim-8.2.2902
zeertzjq
2022-07-09
|
\
\
\
|
*
|
|
vim-patch:8.2.2917: spellfile functionality not fully tested
zeertzjq
2022-07-09
|
*
|
|
vim-patch:8.2.2902: spellfile functionality not fully tested
zeertzjq
2022-07-09
|
/
/
/
*
|
|
Merge pull request #19294 from zeertzjq/vim-8.2.0332
zeertzjq
2022-07-09
|
\
\
\
|
*
|
|
vim-patch:8.2.0396: cmdexpand.c insufficiently tested
zeertzjq
2022-07-09
|
*
|
|
vim-patch:8.2.0332: some code in ex_getln.c not covered by tests
zeertzjq
2022-07-09
|
/
/
/
*
|
|
Merge pull request #19284 from zeertzjq/vim-8.2.0274
zeertzjq
2022-07-09
|
\
\
\
|
*
|
|
vim-patch:8.2.0325: ex_getln.c code not covered by tests
zeertzjq
2022-07-08
|
*
|
|
vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :global
zeertzjq
2022-07-08
|
/
/
/
*
|
|
fix(tui): add fixups for hterm family #19078
Nicolas Hillegeer
2022-07-08
*
|
|
Merge pull request #19278 from zeertzjq/vim-8.2.0132
zeertzjq
2022-07-08
|
\
\
\
|
*
|
|
test: add a test for what Vim patch 8.2.0151 fixes
zeertzjq
2022-07-08
|
*
|
|
vim-patch:8.2.0151: detecting a script was already sourced is unreliable
zeertzjq
2022-07-08
|
*
|
|
vim-patch:8.2.0136: stray ch_logfile() call
zeertzjq
2022-07-08
|
*
|
|
vim-patch:8.2.0132: script may be re-used when deleting and creating a new one
zeertzjq
2022-07-08
|
/
/
/
*
|
|
vim-patch:8.1.{1524,1544}: tests are silently skipped (#19276)
zeertzjq
2022-07-08
*
|
|
feat(runtime)!: enable filetype.lua by default (#19216)
Christian Clason
2022-07-07
*
|
|
refactor(lua): git-blame-ignore stylua update PR (#19273)
Christian Clason
2022-07-07
*
|
|
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
2022-07-07
|
/
/
*
|
feat(tui): try terminfo for [re]set_cursor_color OSC #19255
Wsevolod
2022-07-07
*
|
vim-patch:5ed11535e069 (#19256)
Christian Clason
2022-07-07
*
|
Merge pull request #19263 from zeertzjq/vim-8.2.3674
zeertzjq
2022-07-07
|
\
\
|
*
|
vim-patch:8.2.4399: crash after ml_get error
zeertzjq
2022-07-07
|
*
|
vim-patch:8.2.3674: when ml_get_buf() fails it messes up IObuff
zeertzjq
2022-07-07
|
/
/
*
|
Merge pull request #19180 from zeertzjq/tui-kitty-keypad
zeertzjq
2022-07-07
|
\
\
|
*
|
test: add tests for keypad keys from kitty keyboard protocol
zeertzjq
2022-07-04
|
*
|
feat(tui): recognize keypad keys when using kitty keyboard protocol
erw7
2022-07-04
*
|
|
Merge pull request #19261 from zeertzjq/vim-8.2.5023
zeertzjq
2022-07-07
|
\
\
\
|
*
|
|
vim-patch:8.2.5044: command line test fails
zeertzjq
2022-07-07
|
*
|
|
vim-patch:8.2.5043: can open a cmdline window from a substitute expression
zeertzjq
2022-07-07
|
*
|
|
vim-patch:8.2.5023: substitute overwrites allocated buffer
zeertzjq
2022-07-07
|
/
/
/
*
|
|
vim-patch:8.2.5063: error for a command may go over the end of IObuff (#19260)
zeertzjq
2022-07-07
*
|
|
vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...
zeertzjq
2022-07-07
*
|
|
Merge pull request #19218 from smjonas/fix_ft_patterns
Christian Clason
2022-07-06
|
\
\
\
|
*
|
|
fix(filetype): remove call to vim.fn.resolve and pass filename to match function
smjonas
2022-07-06
|
*
|
|
fix(filetype): fix filetype patterns
smjonas
2022-07-06
*
|
|
|
Merge pull request #19247 from zeertzjq/vim-8.2.4165
zeertzjq
2022-07-06
|
\
\
\
\
|
*
|
|
|
fix(normal): fix segfault with bracket command jumping to a mark
zeertzjq
2022-07-06
|
*
|
|
|
vim-patch:8.2.4221: some functions in normal.c are very long
zeertzjq
2022-07-06
|
*
|
|
|
vim-patch:8.2.4165: the nv_g_cmd() function is too long
zeertzjq
2022-07-06
|
*
|
|
|
vim-patch:7.4.212
zeertzjq
2022-07-06
|
/
/
/
/
*
|
|
|
feat: add 'mousescroll' option (#12355)
Jay
2022-07-06
*
|
|
|
fix(mark): fix unexpected cursor movements (#19253)
zeertzjq
2022-07-06
|
/
/
/
*
|
|
Merge pull request #19242 from smjonas/vim-9.0.0042
Christian Clason
2022-07-06
|
\
\
\
|
*
|
|
vim-patch:9.0.0042: missing change for filetype detection
smjonas
2022-07-06
[prev]
[next]