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 #17034 from zeertzjq/compl-lua-select
bfredl
2022-01-13
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
feat(completion): support selecting item via API from Lua mapping
zeertzjq
2022-01-11
*
|
|
|
|
|
|
|
|
|
fix(keywordprg): retain terminal buffer after K (#17046)
Daniel Steinberg
2022-01-12
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
vim-patch:8.2.4064: foam files are not detected (#17041)
Christian Clason
2022-01-11
*
|
|
|
|
|
|
|
|
Merge pull request #16962 from f380cedric/vim-8.2.3409
Thomas Vigouroux
2022-01-11
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
vim-patch:8.2.3409: reading beyond end of line with invalid utf-8 character
f380cedric
2022-01-06
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge pull request #16961 from f380cedric/vim-8.2.3582
Thomas Vigouroux
2022-01-11
|
\
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
vim-patch:8.2.3582: reading uninitialized memory when giving spell suggestions
f380cedric
2022-01-06
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #17025 from zeertzjq/compl-k-lua
bfredl
2022-01-10
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
fix(completion): prevent K_LUA from closing pum
zeertzjq
2022-01-10
*
|
|
|
|
|
|
|
|
Merge pull request #17006 from vigoux/tree-sitter-alloc
Thomas Vigouroux
2022-01-10
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
feat(treesitter): set allocator when possible
Thomas Vigouroux
2022-01-09
*
|
|
|
|
|
|
|
|
Merge pull request #16849 from dundargoc/refactor/pvs/v1048
bfredl
2022-01-09
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
refactor(PVS/V1048): ignore "assigned the same value" warning
Dundar Göc
2022-01-08
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
test: use old style test for testing filetype.lua (#17003)
Gregory Anders
2022-01-09
*
|
|
|
|
|
|
|
|
fix(api): validate user_command name (#17004)
Lewis Russell
2022-01-09
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #16848 from dundargoc/refactor/prevent-overflow-by-casting
bfredl
2022-01-08
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
chore(fixup): bfredl size_t
Dundar Göc
2022-01-01
|
*
|
|
|
|
|
|
|
chore(fixup): zeer
dundargoc
2022-01-01
|
*
|
|
|
|
|
|
|
refactor: avoid overflow by explicitly casting operand to a wider type
Dundar Göc
2021-12-31
*
|
|
|
|
|
|
|
|
Merge pull request #16991 from bk2204/ex-mode
bfredl
2022-01-08
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
fix: make mode() return correct value in ex mode
brian m. carlson
2022-01-08
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
/
|
|
|
|
|
|
|
vim-patch:8.2.4033: running filetype tests leaves directory behind (#16984)
zeertzjq
2022-01-07
|
/
/
/
/
/
/
/
/
*
|
|
|
|
/
/
/
vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...
Christian Clason
2022-01-07
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
vim-patch:8.2.0951: search stat test has leftover from debugging (#16967)
zeertzjq
2022-01-06
*
|
|
|
|
|
|
fix(lua): print multiple return values with =expr (#16933)
Shadman
2022-01-06
*
|
|
|
|
|
|
feat(lua): add notify_once() (#16956)
Gregory Anders
2022-01-06
*
|
|
|
|
|
|
Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2
Björn Linse
2022-01-06
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
feat(lua): add vim.keymap
shadmansaleh
2022-01-04
*
|
|
|
|
|
|
|
Merge pull request #16817 from lewis6991/master
Björn Linse
2022-01-06
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
vim-patch:8.2.3921: the way xdiff is used is inefficient
Lewis Russell
2021-12-28
*
|
|
|
|
|
|
|
feat(autocmd): populate v:event in RecordingLeave (#16828)
Axel Dahlberg
2022-01-04
*
|
|
|
|
|
|
|
fix(api): force redefinition of user commands by default (#16918)
Gregory Anders
2022-01-04
*
|
|
|
|
|
|
|
chore: fix typos (#16816)
dundargoc
2022-01-04
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
|
|
|
|
|
|
feat(lua): make =expr print result of expr
shadmansaleh
2022-01-04
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
vim-patch:8.2.3995: not all sshconfig files are detected as such (#16899)
Christian Clason
2022-01-03
*
|
|
|
|
|
ci: simplify ci_fold function (#16874)
dundargoc
2022-01-03
*
|
|
|
|
|
fix(lua): stricter type check when calling API function (#16745)
dundargoc
2022-01-03
*
|
|
|
|
|
Merge pull request #16870 from dundargoc/refactor/pvs/V009
James McCoy
2022-01-01
|
\
\
\
\
\
\
|
*
|
|
|
|
|
refactor(PVS/V009): add special comment at top of file required by PVS
Dundar Göc
2022-01-01
*
|
|
|
|
|
|
perf(api): elide luaref copy when setting 'callback' in nvim_set_keymap
Björn Linse
2022-01-01
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #16857 from dundargoc/vim-8.2.3956
Björn Linse
2022-01-01
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vim-patch:8.2.3956: duplicate assignment
Dundar Göc
2022-01-01
*
|
|
|
|
|
|
vim-patch:8.2.3964: some common lisp and scheme files not recognized (#16866)
Christian Clason
2022-01-01
|
/
/
/
/
/
/
*
|
|
|
|
|
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
|
|
|
|
|
vim-patch:8.2.3952: first line not redrawn when adding lines to an empty buffer
zeertzjq
2021-12-31
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #16728 from dundargoc/refactor/remove-unused-macros
Björn Linse
2021-12-30
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
refactor: remove unused macros
Dundar Göc
2021-12-30
*
|
|
|
|
Merge pull request #16373 from zeertzjq/terminal-mouse-release-forward
Björn Linse
2021-12-28
|
\
\
\
\
\
[prev]
[next]