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
Commit message (
Expand
)
Author
Age
...
*
|
|
|
vim-patch:8.2.4571: not all gdb files are recognized (#17727)
Jade Lovelace
2022-03-15
*
|
|
|
fix(paste): escape control characters in Cmdline mode
zeertzjq
2022-03-15
*
|
|
|
fix(paste): deal with trailing new line in chunk
zeertzjq
2022-03-15
*
|
|
|
fix(paste): avoid edges cases caused by empty chunk
zeertzjq
2022-03-15
*
|
|
|
refactor(paste): do not print dots in cmdline mode
zeertzjq
2022-03-15
*
|
|
|
fix(paste): deal with eol and eof in Visual mode
zeertzjq
2022-03-15
*
|
|
|
fix(paste): don't move cursor past the end of pasted text in Normal mode
zeertzjq
2022-03-15
*
|
|
|
fix(paste): use getcmdtype() to determine whether in cmdline mode
zeertzjq
2022-03-15
*
|
|
|
vim-patch:8.2.1401: cannot jump to the last used tabpage
Sean Dewar
2022-03-14
*
|
|
|
refactor: use Lua autocommands in filetype.lua (#17711)
Gregory Anders
2022-03-13
|
/
/
/
*
|
|
docs(api): improve section on nvim_set_hl (#17692)
adrian5
2022-03-13
*
|
|
vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer number
Jan Edmund Lazo
2022-03-13
*
|
|
feat(runtime): import cleanadd.vim from Vim (#17699)
dundargoc
2022-03-13
*
|
|
fix: use normal! <C-L> in default <C-L> mapping (#17695)
Gregory Anders
2022-03-12
*
|
|
vim-patch:partial:a2baa73d1d33 (#17675)
zeertzjq
2022-03-12
*
|
|
docs: remove "not in vi" notes (#17678)
dundargoc
2022-03-11
*
|
|
fix(remote): respect silent in error reporting
Charlie Groves
2022-03-11
*
|
|
fix(remote): report on missing wait commands, typecheck lua results
Charlie Groves
2022-03-11
*
|
|
docs(remote): update remote.txt for current nvim implementation
Charlie Groves
2022-03-11
*
|
|
docs(remote): restore remote.txt from removal in f2205b83c553367a76b6cad
Charlie Groves
2022-03-11
*
|
|
test(remote): add tests for --remote
Charlie Groves
2022-03-11
*
|
|
feat(remote): add basic --remote support
Charlie Groves
2022-03-11
*
|
|
Merge pull request #17660 from bfredl/luacomplete
bfredl
2022-03-10
|
\
\
\
|
*
|
|
feat(lua): handle lazy submodules in `:lua vim.` wildmenu completion
bfredl
2022-03-09
*
|
|
|
chore: fix typos (#17331)
dundargoc
2022-03-10
*
|
|
|
vim-patch:partial 1588bc8ebee2 (#17657)
Sean Dewar
2022-03-09
*
|
|
|
vim-patch:partial 1588bc8ebee2 (#17656)
Christian Clason
2022-03-09
*
|
|
|
vim-patch:8.2.0997: cannot execute a register containing line continuation
zeertzjq
2022-03-09
|
/
/
/
*
|
|
feat(api): autocmd `group` can be either name or id (#17559)
Dhruv Manilawala
2022-03-07
*
|
|
refactor(lua): make vim submodule lazy loading declarative
bfredl
2022-03-07
*
|
|
feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)
Gregory Anders
2022-03-06
*
|
|
fix(lsp): handle insertion of previous line (#17618)
Michael Lingelbach
2022-03-06
*
|
|
docs(lua): reference runtime/lua/vim/_editor.lua
zeertzjq
2022-03-06
*
|
|
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
James McCoy
2022-03-05
|
\
\
\
|
*
|
|
fix(syntax): remove trailing spaces in vim.vim
Kirill Chibisov
2022-03-04
|
*
|
|
fix(docs): spelling in new underlines docs
Kirill Chibisov
2022-03-04
|
*
|
|
feat(tui): add support for `CSI 4 : [2,4,5] m`
Kirill Chibisov
2022-03-03
*
|
|
|
Merge pull request #17603 from bfredl/luaworld
bfredl
2022-03-05
|
\
\
\
\
|
*
|
|
|
refactor(lua): move only runtime lua file in src/ to runtime/lua
bfredl
2022-03-04
*
|
|
|
|
fix(lsp): start incremental sync range at previous newline character (#17610)
Michael Lingelbach
2022-03-05
|
/
/
/
/
*
|
|
|
Merge pull request #17567 from bfredl/preload
bfredl
2022-03-03
|
\
\
\
\
|
*
|
|
|
refactor(lua): reorganize builtin modules, phase 1
bfredl
2022-03-03
|
|
/
/
/
*
/
/
/
vim-patch:8.2.4498: using <Plug> with "noremap" does not work
zeertzjq
2022-03-03
|
/
/
/
*
|
|
feat(diagnostic): add "code" to the diagnostic structure (#17510)
David Shen
2022-03-02
*
|
|
fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574)
Tim Pope
2022-03-02
*
|
|
Merge pull request #16804 from zeertzjq/ui-aucmd-docs
zeertzjq
2022-03-02
|
\
\
\
|
*
|
|
docs: clarify UIEnter and UILeave docs
zeertzjq
2021-12-27
*
|
|
|
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
\
\
\
|
*
|
|
|
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
|
|
|
docs: clarify actual behavior of <Plug>
zeertzjq
2022-03-01
[prev]
[next]