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.4951: smart indenting done when not enabled
zeertzjq
2022-05-14
*
Merge pull request #18542 from famiu/feat/api/nvim_cmd/kvec_t
bfredl
2022-05-14
|
\
|
*
refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline string
Famiu Haque
2022-05-14
*
|
vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)
zeertzjq
2022-05-13
*
|
revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)
zeertzjq
2022-05-13
*
|
feat(defaults): search selection by * and # in visual mode (#18538)
yamatsum
2022-05-13
*
|
fix(windows): stdpath("state") => "nvim-data" #18546
dundargoc
2022-05-12
*
|
vim-patch:8.2.4943: changing 'switchbuf' may have no effect (#18545)
Sean Dewar
2022-05-13
*
|
Merge pull request #18489 from dundargoc/refactor/remove-char_u
bfredl
2022-05-13
|
\
\
|
*
|
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-11
*
|
|
refactor(eval): use Hashy McHashFace instead of gperf
bfredl
2022-05-12
*
|
|
Merge pull request #18540 from zeertzjq/vim-8.2.4919
zeertzjq
2022-05-12
|
\
\
\
|
*
|
|
vim-patch:8.2.4921: spell test fails because of new illegal byte check
zeertzjq
2022-05-12
|
*
|
|
vim-patch:8.2.4919: can add invalid bytes with :spellgood
zeertzjq
2022-05-12
|
|
|
/
|
|
/
|
*
/
|
vim-patch:8.2.4941: '[ and '] marks may be wrong after undo (#18539)
zeertzjq
2022-05-12
|
/
/
*
|
fix(cmd): make :-tabmove work with modifiers (#18447)
Marco Hinz
2022-05-12
*
|
feat(defaults): session data in $XDG_STATE_HOME #15583
Ivan
2022-05-12
*
|
fix(terminal): invalid pointer comparison #18453
Clément Bœsch
2022-05-12
*
|
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
*
|
docs: nvim_buf_[get|set]_[text|lines] (#18404)
Andrey Mishchenko
2022-05-11
*
|
fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)
Famiu Haque
2022-05-11
*
|
vim-patch:8.2.4939: matchfuzzypos() with "matchseq" does not have all positio...
zeertzjq
2022-05-11
*
|
vim-patch:8.2.4938: crash when matching buffer with invalid pattern
zeertzjq
2022-05-11
*
|
vim-patch:8.2.4901: NULL pointer access when using invalid pattern
zeertzjq
2022-05-11
*
|
Merge pull request #18366 from famiu/feat/api/nvim_cmd
bfredl
2022-05-11
|
\
\
|
|
/
|
/
|
|
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
|
*
feat(keyset): allow hash conflicts
bfredl
2022-05-09
*
|
vim-patch:8.2.4929: off-by-one error in in statusline item
zeertzjq
2022-05-10
*
|
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
|
/
*
vim-patch:8.2.4925: trailing backslash may cause reading past end of line (#1...
zeertzjq
2022-05-09
*
vim-patch:8.2.4924: maparg() may return a string that cannot be reused
zeertzjq
2022-05-09
*
vim-patch:8.2.4923: test checks for terminal feature unnecessarily
zeertzjq
2022-05-09
*
vim-patch:8.2.4918: conceal character from matchadd() displayed too many times
zeertzjq
2022-05-09
*
vim-patch:8.2.4922: mouse test fails on MS-Windows
zeertzjq
2022-05-09
*
vim-patch:8.2.4916: mouse in Insert mode test fails
zeertzjq
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
feat: cmdline funcs (#18284)
Shougo
2022-05-09
*
refactor(grid): move out grid_* functions from screen.c
bfredl
2022-05-08
*
vim-patch:8.2.4908: no text formatting for // comment after a statement (#18472)
zeertzjq
2022-05-08
*
vim-patch:8.2.4907: some users do not want a line comment always inserted (#1...
Christian Clason
2022-05-07
*
Merge pull request #18425 from dundargoc/refactor/char_u/1
bfredl
2022-05-07
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
|
Merge pull request #18460 from bfredl/decor33
bfredl
2022-05-07
|
\
\
|
*
|
refactor(decor): use decor levels properly
bfredl
2022-05-07
*
|
|
Merge pull request #18450 from dundargoc/build/clint/remove-function-size-war...
bfredl
2022-05-07
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
build(clint): remove "function size is too large" warning
Dundar Goc
2022-05-06
|
|
/
*
|
Merge pull request #18457 from famiu/feat/api/nvim_parse_cmd
bfredl
2022-05-07
|
\
\
|
*
|
fix(api): make `nvim_parse_cmd` work correctly with both range and count
Famiu Haque
2022-05-07
*
|
|
fix(extmarks): revert to int for extmark row
zeertzjq
2022-05-07
|
/
/
*
/
vim-patch:8.2.4469: Coverity warns for uninitialized variable
Dundar Goc
2022-05-06
|
/
[prev]
[next]