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
/
nvim
Commit message (
Expand
)
Author
Age
*
Merge pull request #29093 from bfredl/noring
bfredl
2024-05-31
|
\
|
*
refactor(fileio): use a linear buffer for FileDescriptor
bfredl
2024-05-30
*
|
vim-patch:9.1.0451: No test for escaping '<' with shellescape()
zeertzjq
2024-05-31
*
|
vim-patch:9.1.0449: MS-Windows: Compiler warnings
zeertzjq
2024-05-31
|
/
*
Merge pull request #29016 from bfredl/shadareader
bfredl
2024-05-29
|
\
|
*
refactor(shada): remove ShaDaReadDef secondary wrapper
bfredl
2024-05-28
*
|
refactor(fileio): remove useless use of FileDescriptor
bfredl
2024-05-28
*
|
fix(ui): flush ext_cmdline events before doing cmdpreview #27950
luukvbaal
2024-05-28
|
/
*
refactor: fix luals type warnings
dundargoc
2024-05-27
*
vim-patch:9.1.0447: completion may be wrong when deleting all chars (#29040)
glepnir
2024-05-27
*
build: "popcount" name conflict on NetBSD #28983
Malte Dehling
2024-05-27
*
fix(drawline): don't draw beyond end of window (#29035)
zeertzjq
2024-05-27
*
vim-patch:9.1.0446: getregionpos() inconsistent for partly-selected multibyte...
zeertzjq
2024-05-27
*
fix(extmarks): issues with revalidating marks #28961
luukvbaal
2024-05-26
*
fix(tui): reset clear_region attributes during startup #28713
luukvbaal
2024-05-26
*
feat(main): expand file ~\ or ~/ prefix on Windows (#28515)
Rafael Kitover
2024-05-25
*
Merge pull request #28617 from glepnir/border_hl
bfredl
2024-05-25
|
\
|
*
fix(float): missing default highlight for title
glepnir
2024-05-25
*
|
vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#2...
zeertzjq
2024-05-25
*
|
vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...
zeertzjq
2024-05-25
*
|
vim-patch:9.1.0440: function get_lval() is too long (#28963)
zeertzjq
2024-05-24
*
|
vim-patch:8.2.3158: strange error message when using islocked() with a number...
zeertzjq
2024-05-24
*
|
feat(complete): specify reason for CompleteDone
Famiu Haque
2024-05-24
*
|
vim-patch:9.1.0439: Cannot filter the history (#28958)
zeertzjq
2024-05-24
*
|
vim-patch:9.1.0441: getregionpos() can't properly indicate positions beyond e...
zeertzjq
2024-05-24
*
|
vim-patch:9.1.0438: Wrong Ex command executed when :g uses '?' as delimiter (...
zeertzjq
2024-05-24
*
|
vim-patch:9.1.0436: Crash when using '?' as separator for :s (#28955)
zeertzjq
2024-05-24
*
|
fix(colorscheme): underline StatusLineNC with 'notermguicolors' #28810
Evgeni Chasnovski
2024-05-23
*
|
vim-patch:9.1.0433: Wrong yanking with exclusive selection and ve=all (#28933)
zeertzjq
2024-05-23
*
|
fix(shada): restore search pattern length properly (#28929)
zeertzjq
2024-05-23
*
|
vim-patch:9.0.1175: the set_ref_in_item() function is too long (#28926)
zeertzjq
2024-05-23
*
|
vim-patch:8.2.0703: Vim9: closure cannot store value in outer context (#28925)
zeertzjq
2024-05-23
*
|
vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)
zeertzjq
2024-05-23
*
|
vim-patch:9.1.0428: Tag guessing leaves wrong search history with very short ...
zeertzjq
2024-05-22
*
|
vim-patch:9.1.0426: too many strlen() calls in search.c
zeertzjq
2024-05-22
*
|
feat(signs)!: place higher-priority signs from the left #27781
Tobias Schmitz
2024-05-21
*
|
fix(tui): remove duplicate disabling of synchronized output (#28884)
zeertzjq
2024-05-21
*
|
vim-patch:8.2.1520: Vim9: CTRL-] used in :def function does not work (#28880)
zeertzjq
2024-05-21
*
|
vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibyte
zeertzjq
2024-05-20
*
|
vim-patch:9.1.0395: getregionpos() may leak memory on error
zeertzjq
2024-05-20
*
|
vim-patch:9.1.0394: Cannot get a list of positions describing a region
zeertzjq
2024-05-20
*
|
vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)
zeertzjq
2024-05-20
*
|
refactor(path.c): add nonnull attributes (#28829)
zeertzjq
2024-05-19
*
|
vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)
zeertzjq
2024-05-18
*
|
fix(move): half-page scrolling with resized grid at eob (#28821)
zeertzjq
2024-05-18
*
|
Merge pull request #28790 from luukvbaal/vim-9.1.0414
zeertzjq
2024-05-18
|
\
\
|
*
|
vim-patch:9.1.0414: Unable to leave long line with 'smoothscroll' and 'scroll...
Luuk van Baal
2024-05-17
*
|
|
feat(api): broadcast events to ALL channels #28487
Justin M. Keyes
2024-05-17
*
|
|
fix(path): avoid chdir() when resolving path (#28799)
zeertzjq
2024-05-17
*
|
|
fix(version): fix vim.version().prerelease
bfredl
2024-05-16
|
/
/
[next]