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
...
*
|
|
vim-patch:8.2.1255: cannot use a lambda with quickfix functions
Jan Edmund Lazo
2021-06-23
*
|
|
vim-patch:8.1.1437: code to handle callbacks is duplicated
Jan Edmund Lazo
2021-06-23
*
|
|
Merge pull request #14868 from shadmansaleh/patch_verbose_for_lua
Björn Linse
2021-06-23
|
\
\
\
|
*
|
|
fix(source): Source giving E484 & parsing error at line 1 for lua files
shadmansaleh
2021-06-21
|
*
|
|
BugFix: Fix inconsistent verbose message
shadmansaleh
2021-06-21
|
|
|
/
|
|
/
|
*
|
|
extmark: fix deletable nodes in MarkTree sometimes getting skipped
snezhniylis
2021-06-22
*
|
|
vim-patch:8.2.3020: unreachable code (#14866)
jimman2003
2021-06-20
|
/
/
*
|
Merge pull request #14824 from vigoux/extmarks-ts-perf
Björn Linse
2021-06-18
|
\
\
|
*
|
perf(extmarks): allow ephemeral extmarks past EOF
Thomas Vigouroux
2021-06-16
*
|
|
vim-patch:8.2.3012: when 'rightleft' is set the line number is drawn reversed...
Jan Edmund Lazo
2021-06-17
|
/
/
*
|
Merge pull request #14454 from eltociear/patch-1
Thomas Vigouroux
2021-06-15
|
\
\
|
*
|
screen: fix typo in screen.c
Ikko Ashimine
2021-04-29
*
|
|
option: fix typo in option.c
Ikko Ashimine
2021-06-16
*
|
|
Merge pull request #14804 from clason/rounded-borders
Michael Lingelbach
2021-06-14
|
\
\
\
|
*
|
|
feat(float): add rounded borders preset
Christian Clason
2021-06-14
*
|
|
|
vim-patch:8.2.2990: Jupyter Notebook files are not recognized
Jan Edmund Lazo
2021-06-13
*
|
|
|
vim-patch:8.2.0936: some terminals misinterpret the code for getting cursor s...
Jan Edmund Lazo
2021-06-13
*
|
|
|
vim-patch:8.2.1354: test 59 is old style
Jan Edmund Lazo
2021-06-13
|
/
/
/
*
|
|
Merge pull request #14788 from shadmansaleh/fix/lua_runtime1
Björn Linse
2021-06-13
|
\
\
\
|
*
|
|
refactor(startup): Load init.lua with do_sorce
shadmansaleh
2021-06-13
|
*
|
|
fixup(runtime): Fix lua runtime files not listed
shadmansaleh
2021-06-13
*
|
|
|
vim-patch:8.2.2896: spellfile functionality not fully tested
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.2.0945: cannot use "z=" when 'spell' is off
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.2.0046: tests for spell suggestions are slow
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.2.0039: memory access error when "z=" has no suggestions
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.2.0038: spell suggestions insufficiently tested
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.1.1865: spellrare and spellrepall in the wrong order
Jan Edmund Lazo
2021-06-12
*
|
|
|
vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Jan Edmund Lazo
2021-06-12
|
/
/
/
*
|
|
fix(ui): Fix pum incorrect position in multigrid mode
Serg Tereshchenko
2021-06-12
*
|
|
Merge pull request #14761 from janlazo/vim-8.2.2966
Jan Edmund Lazo
2021-06-11
|
\
\
\
|
*
|
|
vim-patch:8.2.2974: Greek spell checking uses wrong case folding
Jan Edmund Lazo
2021-06-11
|
*
|
|
vim-patch:8.2.2971: cannot yank a block without trailing spaces
Jan Edmund Lazo
2021-06-10
|
*
|
|
vim-patch:8.2.2422: crash when deleting with line number out of range
Jan Edmund Lazo
2021-06-10
|
*
|
|
vim-patch:8.2.1702: crash when using undo after deleting folded lines
Jan Edmund Lazo
2021-06-10
|
*
|
|
vim-patch:8.2.2966: ml_get errors after recovering a file
Jan Edmund Lazo
2021-06-10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #14773 from mjlbach/fix/vim-region-bounds
Michael Lingelbach
2021-06-11
|
\
\
\
|
*
|
|
fix(lua): ensure vim.region truncates to buf range
Michael Lingelbach
2021-06-11
|
|
/
/
*
|
|
Merge pull request #14686 from shadmansaleh/feat/evaluate_plugin/lua
Björn Linse
2021-06-11
|
\
\
\
|
*
|
|
refactor(source): Move lua file detection to do_source
shadmansaleh
2021-06-11
|
*
|
|
enhance(runtime): Enable completion for lua files
shadmansaleh
2021-06-11
|
*
|
|
feat(runtime): Allow lua to be used in ftdetect
shadmansaleh
2021-06-11
|
*
|
|
feat(runtime): Allow lua to be used in compiler
shadmansaleh
2021-06-11
|
*
|
|
feat(runtime): Allow lua to be used in colorschemes
shadmansaleh
2021-06-11
|
*
|
|
feat(startup): Source runtime/plugin/**/*.lua at startup
shadmansaleh
2021-06-11
|
|
/
/
*
/
/
macros: add a dummy statement to allow FALLTHROUGH in an empty case.
Björn Linse
2021-06-11
|
/
/
*
|
api:get_config: don't add border="none" (inactive default)
Björn Linse
2021-06-10
*
|
fix linter errors
Corey Williamson
2021-06-10
*
|
api: include border in nvim_win_get_config
Corey Williamson
2021-06-10
*
|
Merge pull request #14717 from notomo/add-win-call-api
Björn Linse
2021-06-10
|
\
\
|
*
|
api: add nvim_win_call
notomo
2021-06-10
[prev]
[next]