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
/
test
Commit message (
Expand
)
Author
Age
*
Merge pull request #15910 from glacambre/silent_stdioopen
bfredl
2022-01-24
|
\
|
*
feat(--headless): add on_print callback to stdioopen
glacambre
2022-01-24
*
|
Merge pull request #17156 from zeertzjq/vim-8.2.3584
bfredl
2022-01-23
|
\
\
|
*
|
vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command
zeertzjq
2022-01-21
*
|
|
test(input): add more tests for K_SPECIAL escaping in ins_char_typebuf()
zeertzjq
2022-01-23
*
|
|
fix(input): put modifiers back into typeahead buffer when needed
zeertzjq
2022-01-23
*
|
|
Merge pull request #16936 from zeertzjq/no-escape-csi
bfredl
2022-01-21
|
\
\
\
|
*
|
|
refactor: remove CSI unescaping and clean up related names and comments
zeertzjq
2022-01-21
|
*
|
|
fix(input): never escape CSI bytes
zeertzjq
2022-01-21
|
|
/
/
*
|
|
Merge pull request #17076 from notomo/expose-extmark-more-details
bfredl
2022-01-21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
feat(api): expose extmark more details
notomo
2022-01-20
*
|
|
test(put_spec): correctly order parameters to eq() (#17134)
zeertzjq
2022-01-19
|
/
/
*
|
Merge pull request #16836 from bfredl/mark2
bfredl
2022-01-15
|
\
\
|
*
|
refactor(extmarks): use a more efficient representation
Björn Linse
2022-01-15
*
|
|
feat: use nvim_buf_set_extmark for vim.highlight (#16963)
Michael Lingelbach
2022-01-15
*
|
|
Merge pull request #17001 from mjlbach/feat/non-strict-extmarks
bfredl
2022-01-15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Hopefully last attempt
Michael Lingelbach
2022-01-15
|
*
|
Address review r3
Michael Lingelbach
2022-01-15
*
|
|
fix(filetype): expand tildes in filetype patterns (#17091)
Gregory Anders
2022-01-14
*
|
|
Merge pull request #16998 from zeertzjq/lua-vim-var-funcref
bfredl
2022-01-14
|
\
\
\
|
*
|
|
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
2022-01-13
*
|
|
|
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(lsp): strictly enforce passing offset encoding (#17049)
Michael Lingelbach
2022-01-13
*
|
|
|
|
fix(lsp): handle negative activeSignature in signatureHelp (#17064)
Mathias Fußenegger
2022-01-13
*
|
|
|
|
fix(lsp): fix applying multiple out-of-range TextEdits (#17037)
hrsh7th
2022-01-13
*
|
|
|
|
Merge pull request #16945 from theHamsta/cached-queries
Thomas Vigouroux
2022-01-13
|
\
\
\
\
\
|
*
|
|
|
|
perf(treesitter): cache query parsing
Stephan Seitz
2022-01-06
*
|
|
|
|
|
fix(keywordprg): retain terminal buffer after K (#17046)
Daniel Steinberg
2022-01-12
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)
Mathias Fußenegger
2022-01-11
|
|
/
/
/
|
/
|
|
|
*
|
|
|
fix(completion): prevent K_LUA from closing pum
zeertzjq
2022-01-10
*
|
|
|
test: use old style test for testing filetype.lua (#17003)
Gregory Anders
2022-01-09
*
|
|
|
Merge pull request #16983 from dundargoc/test/add-vimruntime-variable
James McCoy
2022-01-08
|
\
\
\
\
|
*
|
|
|
test: add VIMRUNTIME variable to the clear function
Dundar Göc
2022-01-08
*
|
|
|
|
test: remove redundant feed_command('terminal') (#16993)
zeertzjq
2022-01-08
|
/
/
/
/
*
|
/
/
fix: make mode() return correct value in ex mode
brian m. carlson
2022-01-08
|
|
/
/
|
/
|
|
*
|
|
vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...
Christian Clason
2022-01-07
*
|
|
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
*
|
|
test(filetype): port test_filetype to Lua
Gregory Anders
2022-01-05
*
|
|
fix(filetype): match on <afile> rather than <abuf> (#16943)
Gregory Anders
2022-01-05
*
|
|
feat(lsp): enable default debounce of 150 ms (#16908)
Michael Lingelbach
2022-01-05
*
|
|
feat(autocmd): populate v:event in RecordingLeave (#16828)
Axel Dahlberg
2022-01-04
*
|
|
test: fix absolute paths in filetype_spec (#16920)
Gregory Anders
2022-01-04
*
|
|
chore: fix typos (#16816)
dundargoc
2022-01-04
|
/
/
*
|
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
|
test: make test for #14040 more stable (#16911)
Daniel Steinberg
2022-01-04
*
|
feat(lua): make =expr print result of expr
shadmansaleh
2022-01-04
[next]