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
/
nvim
/
testdir
Commit message (
Expand
)
Author
Age
...
*
Merge pull request #18562 from famiu/feat/ui/winbar
bfredl
2022-05-18
|
\
|
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
|
vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)
zeertzjq
2022-05-18
*
|
vim-patch:8.2.4969: changing text in Visual mode may cause invalid memory access
zeertzjq
2022-05-17
*
|
vim-patch:8.2.4968: reading past end of the line when C-indenting
zeertzjq
2022-05-17
*
|
vim-patch:8.2.4121: Visual test fails on MS-Windows
zeertzjq
2022-05-17
|
/
*
vim-patch:8.2.4953: with 'si' inserting '}' after completion goes wrong
zeertzjq
2022-05-14
*
vim-patch:8.2.4951: smart indenting done when not enabled
zeertzjq
2022-05-14
*
vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)
zeertzjq
2022-05-13
*
feat(defaults): search selection by * and # in visual mode (#18538)
yamatsum
2022-05-13
*
vim-patch:8.2.4943: changing 'switchbuf' may have no effect (#18545)
Sean Dewar
2022-05-13
*
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
|
/
*
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
*
vim-patch:8.2.4929: off-by-one error in in statusline item
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
*
feat: cmdline funcs (#18284)
Shougo
2022-05-09
*
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
*
vim-patch:8.2.4881: "P" in Visual mode still changes some registers (#18445)
zeertzjq
2022-05-06
*
vim-patch:8.2.4868: when closing help window autocmds triggered for wrong win...
zeertzjq
2022-05-05
*
vim-patch:8.2.4867: listing of mapping with K_SPECIAL is wrong (#18419)
zeertzjq
2022-05-05
*
vim-patch:8.2.4865: :startinsert right after :stopinsert may not work (#18418)
zeertzjq
2022-05-05
*
vim-patch:8.2.4859: wget2 files are not recognized (#18385)
Christian Clason
2022-05-03
*
vim-patch:8.2.4858: K_SPECIAL may be escaped twice
zeertzjq
2022-05-03
*
vim-patch:8.2.4855: robot files are not recognized (#18364)
Christian Clason
2022-05-02
*
vim-patch:8.2.1835: ":help ??" finds the "!!" tag (#18350)
dundargoc
2022-05-02
*
vim-patch:8.2.4849: Gleam filetype not detected (#18326)
Christian Clason
2022-04-30
*
vim-patch:8.2.4848: local completion with mappings and simplification not wor...
zeertzjq
2022-04-30
*
vim-patch:8.2.0144: some mapping code is not fully tested (#18313)
zeertzjq
2022-04-30
*
vim-patch:8.2.4837: modifiers not simplified when timed out
zeertzjq
2022-04-29
*
vim-patch:8.2.4833: failure of mapping not checked for
zeertzjq
2022-04-29
*
vim-patch:8.2.4829: a key may be simplified to NUL
zeertzjq
2022-04-29
*
vim-patch:8.2.4828: fix for unmapping simplified key not fully tested
zeertzjq
2022-04-29
*
vim-patch:8.2.4819: unmapping simplified keys also deletes other mapping
zeertzjq
2022-04-29
*
vim-patch:8.2.2728: special key names don't work if 'isident' is cleared
zeertzjq
2022-04-29
*
vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nice
zeertzjq
2022-04-29
*
vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifier
zeertzjq
2022-04-29
*
vim-patch:8.2.0839: dropping modifier when putting a character back in typeahead
zeertzjq
2022-04-29
*
vim-patch:8.1.2167: mapping test fails on MS-Windows
zeertzjq
2022-04-29
*
vim-patch:8.1.2165: mapping test fails on Mac
zeertzjq
2022-04-29
[prev]
[next]