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
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
|
Merge pull request #19020 from echasnovski/screenchar-float
bfredl
2022-06-23
|
\
\
|
*
|
fix(float): make `screen*()` functions respect floating windows
Evgeni Chasnovski
2022-06-23
*
|
|
vim-patch:8.2.2068: transparent syntax item uses start/end of containing regi...
zeertzjq
2022-06-23
*
|
|
vim-patch:8.2.5151: reading beyond the end of the line with lisp indenting
zeertzjq
2022-06-23
*
|
|
vim-patch:8.2.5150: read past the end of the first line with ":0;'{"
zeertzjq
2022-06-23
*
|
|
fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)
zeertzjq
2022-06-23
*
|
|
fix(api): check error after getting win/buf handle (#19052)
Gregory Anders
2022-06-22
|
|
/
|
/
|
*
|
Merge pull request #19039 from bfredl/multicolor
bfredl
2022-06-22
|
\
\
|
*
|
perf(ui): remove spurious allocations from mode_style_array()
bfredl
2022-06-21
|
*
|
perf(highlight): allocate permanent names in an arena for fun and cache locality
bfredl
2022-06-21
|
*
|
refactor: remove atrocious HL_TABLE()[idx] syntax before I poke my eyes out
bfredl
2022-06-21
|
*
|
refactor(highlight): get rid of syn_unadd_group()
bfredl
2022-06-21
|
*
|
perf(highlight): don't allocate duplicates for color names
bfredl
2022-06-21
|
*
|
perf(highlight): get rid of local memory allocations for "{key}={arg}"
bfredl
2022-06-21
*
|
|
vim-patch:8.2.5132: :mkview test doesn't test much (#19045)
zeertzjq
2022-06-22
*
|
|
refactor(option): DRY get/set option value #19038
Lewis Russell
2022-06-21
*
|
|
build(cmake): use glob_wrapper instead of file(GLOB in main CMakeLists
Dundar Goc
2022-06-21
|
/
/
*
|
Merge pull request #18743 from gpanders/bowooptvalue
Gregory Anders
2022-06-20
|
\
\
|
*
|
feat(api): add "buf" and "win" to nvim_get_option_value
Gregory Anders
2022-06-20
*
|
|
Merge pull request #19030 from zeertzjq/vim-8.2.5138
zeertzjq
2022-06-21
|
\
\
\
|
*
|
|
vim-patch:8.2.5138: various small issues
zeertzjq
2022-06-20
*
|
|
|
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
|
/
/
/
*
|
|
Merge #19015 delete cmake code
Justin M. Keyes
2022-06-19
|
\
\
\
|
*
|
|
build(cmake): simplify def_cmd_target function
Dundar Goc
2022-06-19
*
|
|
|
fix(decorations): nvim_buf_set_extmark breaks conceal #19010
ii14
2022-06-19
|
/
/
/
*
|
/
fix(tui): piping nodejs to nvim breaks input handling #18932
Kevin Sicong Jiang
2022-06-19
|
|
/
|
/
|
*
|
fix(ci): noisy logs, unreliable test #19019
Justin M. Keyes
2022-06-18
|
/
*
build(lint): set some linters as non-fatal #19018
Justin M. Keyes
2022-06-18
*
fix(terminal): coverity USE_AFTER_FREE #18978
Justin M. Keyes
2022-06-18
*
fix(logging): try harder to resolve Nvim "name" #19016
Justin M. Keyes
2022-06-18
*
fix(highlight): use ctermbg/fg instead of bg/fg when use_rgb=false #18982
Oliver Marriott
2022-06-18
*
vim-patch:8.2.5121: interrupt test sometimes fails
zeertzjq
2022-06-18
*
vim-patch:8.2.5120: searching for quotes may go over the end of the line
zeertzjq
2022-06-18
*
vim-patch:8.2.5116: "limit" option of matchfuzzy() not always respected (#19005)
zeertzjq
2022-06-18
*
fix(hl): return cterm fg/bg even if they match Normal #18981
Oliver Marriott
2022-06-16
*
Merge #8519 feat: name, test ids, sockets in stdpath(state)
Justin M. Keyes
2022-06-17
|
\
|
*
feat(server): instance "name", store pipes in stdpath(state)
Justin M. Keyes
2022-06-15
|
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
|
vim-patch:8.2.5110: icon filetype not recognized from the first line (#18987)
Christian Clason
2022-06-16
*
|
fix(lua): clear got_int when calling vim.on_key() callback (#18979)
zeertzjq
2022-06-16
|
/
*
refactor(log): use msg_schedule_semsg #18950
Justin M. Keyes
2022-06-15
*
vim-patch:8.2.5097: using uninitialized memory when using 'listchars' (#18974)
zeertzjq
2022-06-16
*
fix(ui): do not call showmode() when setting window height (#18969)
zeertzjq
2022-06-15
*
docs: fix typos (#18866)
dundargoc
2022-06-15
*
Merge pull request #18947 from zeertzjq/vim-8.2.1897
zeertzjq
2022-06-14
|
\
|
*
vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to use
zeertzjq
2022-06-14
|
*
vim-patch:8.2.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
|
*
refactor(api): remove redundant fields of CmdParseInfo
zeertzjq
2022-06-14
|
*
vim-patch:8.2.1897: command modifiers are saved and set inconsistently
zeertzjq
2022-06-14
*
|
Merge pull request #18880 from bfredl/arena
bfredl
2022-06-14
|
\
\
|
|
/
|
/
|
[prev]
[next]