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 #19041 from lewis6991/globallocal
bfredl
2022-06-25
|
\
\
\
|
*
|
|
fix(api): nvim_set_option_value for global-local options
Lewis Russell
2022-06-22
*
|
|
|
fix(filetype.lua): always return a string in getlines function (#19080)
Hazel Weakly
2022-06-24
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #19071 from bfredl/minimap
bfredl
2022-06-24
|
\
\
\
|
*
|
|
refactor(map): statically initialize maphash array
bfredl
2022-06-24
|
*
|
|
refactor(map): simplify free_all_mem handling
bfredl
2022-06-24
|
*
|
|
perf(map): avoid extraneous heap allocations when setting mappings
bfredl
2022-06-24
|
*
|
|
perf(map): visit only one hash bucket instead of all, like an actual hash table
bfredl
2022-06-24
|
|
|
/
|
|
/
|
*
/
|
vim-patch:a57b553b4328 (#19076)
Christian Clason
2022-06-24
|
/
/
*
|
Merge pull request #19072 from zeertzjq/vim-8.2.4628
zeertzjq
2022-06-24
|
\
\
|
*
|
vim-patch:8.2.5146: memory leak when substitute expression nests
zeertzjq
2022-06-24
|
*
|
vim-patch:8.2.4977: memory access error when substitute expression changes wi...
zeertzjq
2022-06-24
|
*
|
vim-patch:8.2.4895: buffer overflow with invalid command with composing chars
zeertzjq
2022-06-24
|
*
|
vim-patch:8.2.4628: not enough testing for 2/3 letter substitute commands
zeertzjq
2022-06-24
|
/
/
*
|
fix(tests): remove misleading $TEST_PATH segment #19050
Justin M. Keyes
2022-06-23
*
|
vim-patch:8cc5b559f700 (#19066)
Christian Clason
2022-06-23
*
|
fix(api): check for inclusive buffer line index out of bounds correctly (#19056)
zeertzjq
2022-06-23
*
|
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
|
Merge pull request #19058 from bfredl/miniopt
bfredl
2022-06-23
|
\
\
|
*
|
perf(highlight): use binary search to lookup RGB color names
bfredl
2022-06-23
|
|
/
*
|
vim-patch:8.2.5152: search() gets stuck with "c" and skip evaluates to true (...
zeertzjq
2022-06-23
*
|
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
*
|
|
Merge pull request #19054 from zeertzjq/vim-8.2.5150
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
*
|
|
fix(build): only pass -municode if MINGW #19049
Justin M. Keyes
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
*
|
|
Merge pull request #19043 from dundargoc/cmake
bfredl
2022-06-22
|
\
\
\
|
*
|
|
build(cmake): use glob_wrapper instead of file(GLOB in main CMakeLists
Dundar Goc
2022-06-21
|
/
/
/
*
/
/
refactor(runtime): refactor filetype.lua (#18813)
Jonas Strittmatter
2022-06-21
|
/
/
*
|
docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS
eyalk11
2022-06-21
*
|
Merge pull request #18743 from gpanders/bowooptvalue
Gregory Anders
2022-06-20
|
\
\
|
*
|
refactor: use nvim_{get,set}_option_value for vim.{b,w}o
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
*
|
|
|
vim-patch:d799daa660b8 (#19031)
Christian Clason
2022-06-20
*
|
|
|
refactor(provider): use list comprehension #19027
Zaz Brown
2022-06-20
[prev]
[next]