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
/
runtime
/
lua
/
vim
/
_editor.lua
Commit message (
Expand
)
Author
Age
*
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
fix(vim.region): handle multibyte inclusive selection properly (#26129)
zeertzjq
2023-11-21
*
refactor: move defaults into separate module (#25929)
Gregory Anders
2023-11-08
*
fix(lua): correct return value for on_key with no arguments (#25911)
altermo
2023-11-07
*
docs: small fixes (#25831)
dundargoc
2023-11-03
*
feat(lsp): add snippet API (#25301)
Maria José Solano
2023-10-21
*
fix(lua): vim.region on linewise selection #25467
Aayush Ojha
2023-10-06
*
feat: ignore swapfile for running Nvim processes #25336
Justin M. Keyes
2023-10-04
*
docs: do not use deprecated functions #25334
Maria José Solano
2023-09-24
*
docs: clarify vim.schedule_wrap behaviour
Oliver Marriott
2023-09-22
*
feat(lua): add vim.func._memoize
Lewis Russell
2023-09-20
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
docs: fix typos and other small fixes (#25005)
dundargoc
2023-09-14
*
refactor(vim.system): factor out on_exit handling
Lewis Russell
2023-09-05
*
fix(vim.system): make timeout work properly
Lewis Russell
2023-09-05
*
fix(types): add some return/parameter type annotations (#24867)
Maria José Solano
2023-08-27
*
Use Lua autocommand and make TermClose autocommand global
Gregory Anders
2023-08-10
*
fix(lua): improve annotations for stricter luals diagnostics (#24609)
Christian Clason
2023-08-09
*
fix(filetype): add typing and dry (#24573)
Lewis Russell
2023-08-08
*
fix(defaults): don't use nvim_feedkeys in default mappings (#24520)
zeertzjq
2023-08-01
*
fix(gx): move to to _init_default_mappings #24420
marshmallow
2023-07-24
*
docs(lua): more improvements (#24387)
Lewis Russell
2023-07-18
*
refactor: rename _meta.lua to _options.lua
Lewis Russell
2023-07-17
*
fix(lint): lint warnings #24226
Raphael
2023-07-10
*
fix(defaults): visual star (*) on text with "?"
Justin M. Keyes
2023-07-08
*
fix(defaults): visual hash (#) on text with "?"
Justin M. Keyes
2023-07-08
*
docs: MAINTAIN.md, nvim_get_mark
Justin M. Keyes
2023-07-08
*
refactor(defaults): use vim.region for visual star (*,#)
Justin M. Keyes
2023-07-06
*
fix(defaults): visual mode star (*,#) is fragile
Steven Ward
2023-07-06
*
docs: autocmds, misc
Justin M. Keyes
2023-06-25
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
docs: various clarifications (#23999)
zeertzjq
2023-06-12
*
fix(remote): restore previous --remote-expr output formatting (#23988)
zeertzjq
2023-06-11
*
fix(remote): make --remote-expr print to stdout (#23980)
zeertzjq
2023-06-11
*
feat(lua): add `vim.system()`
Lewis Russell
2023-06-07
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
docs: small fixes
dundargoc
2023-05-13
*
feat(lua): vim.keycode (#22960)
ii14
2023-04-25
*
feat(lua): vim.region accepts getpos() arg (#22635)
NAKAI Tsuyoshi
2023-04-11
*
test: replace lfs with luv and vim.fs
dundargoc
2023-04-04
*
feat(lua): add `vim.loader`
Folke Lemaitre
2023-03-26
*
test: use exec_capture() in more places (#22787)
zeertzjq
2023-03-26
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
docs: more details about vim.region (#21116)
Jakub Łuczyński
2023-03-25
*
fix(lua): vim.deprecate() shows ":help deprecated" #22677
Justin M. Keyes
2023-03-15
*
refactor!: rename vim.pretty_print => vim.print
Justin M. Keyes
2023-03-13
*
feat(lua): omnifunc for builting lua interpreter
Björn Linse
2023-03-06
*
feat(lsp): implement workspace/didChangeWatchedFiles (#22405)
Jon Huhn
2023-03-05
*
docs(lua): number → integer (#22517)
Jaehwang Jung
2023-03-04
*
Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"
Mathias Fussenegger
2023-02-25
[next]