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
/
normal.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.4402: missing parenthesis may cause unexpected problems
Brian Leung
2022-04-03
*
refactor: remove redundant check for w_p_cole (#17944)
zeertzjq
2022-04-01
*
perf: only redraw concealed line if cursor has moved horizontally
zeertzjq
2022-03-28
*
vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'
zeertzjq
2022-03-28
*
vim-patch:8.2.4591: cursor line not updated when a callback moves the cursor
zeertzjq
2022-03-24
*
vim-patch:8.2.1401: cannot jump to the last used tabpage
Sean Dewar
2022-03-14
*
fix(coverity): dead code and operands don't affect result #17662
dundargoc
2022-03-11
*
chore(lgtm): fix "empty block without comment" warnings
Dundar Göc
2022-03-09
*
vim-patch:8.2.3660: overflow check uses wrong number
zeertzjq
2022-02-18
*
vim-patch:8.2.3659: integer overflow with large line number
zeertzjq
2022-02-18
*
vim-patch:8.2.4242: put in Visual mode cannot be repeated
zeertzjq
2022-02-09
*
vim-patch:8.2.3583: the "gd" and "gD" commands do not update search stats
zeertzjq
2022-02-04
*
Merge pull request #17226 from dundargoc/refactor/remove-redundant-code
zeertzjq
2022-02-03
|
\
|
*
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
*
|
vim-patch:8.2.4273: the EBCDIC support is outdated
zeertzjq
2022-02-01
*
|
vim-patch:8.2.3787: no proper formatting of a C line comment after a statement
zeertzjq
2022-01-31
|
/
*
vim-patch:8.2.4237: record buffer wrong if character in Select mode was not t...
zeertzjq
2022-01-28
*
vim-patch:8.2.3903: "gM" does not count tabs as expected (#16796)
zeertzjq
2022-01-28
*
Merge pull request #17185 from zeertzjq/vim-8.2.3993
bfredl
2022-01-27
|
\
|
*
vim-patch:8.2.3993: when recording a change in Select mode char appears twice
zeertzjq
2022-01-24
*
|
Merge pull request #17166 from Shougo/vim-8.2.4160
bfredl
2022-01-27
|
\
\
|
*
|
vim-patch:8.2.4160: cannot change the register used for Select mode delete
Shougo Matsushita
2022-01-22
*
|
|
Merge pull request #17131 from zeertzjq/vim-8.2.3580
bfredl
2022-01-27
|
\
\
\
|
*
|
|
vim-patch:8.2.3580: gj does not move properly with a wide character
zeertzjq
2022-01-18
|
|
/
/
*
|
|
Merge pull request #17095 from zeertzjq/vim-8.2.3227
bfredl
2022-01-27
|
\
\
\
|
*
|
|
vim-patch:8.2.3227: 'virtualedit' can only be set globally
zeertzjq
2022-01-15
|
|
/
/
*
|
|
Merge pull request #17132 from zeertzjq/vim-8.2.3611
Christian Clason
2022-01-26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vim-patch:8.2.3611: crash when using CTRL-W f without finding a file name
zeertzjq
2022-01-18
|
*
|
vim-patch:8.2.3494: illegal memory access in utf_head_off
zeertzjq
2022-01-18
|
|
/
*
/
fix(input): put modifiers back into typeahead buffer when needed
zeertzjq
2022-01-23
|
/
*
fix(keywordprg): retain terminal buffer after K (#17046)
Daniel Steinberg
2022-01-12
*
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
feat(autocmd): add Recording autocmds
Thomas Vigouroux
2021-12-18
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:8.1.2104: the normal.c file is too big (#16389)
Volodymyr Kot
2021-12-06
*
Merge pull request #15840 from vimpostor/vim-8.2.3430
Jan Edmund Lazo
2021-11-30
|
\
|
*
vim-patch:8.2.3610: crash when ModeChanged triggered too early
Magnus Groß
2021-11-18
|
*
vim-patch:8.2.3555: ModeChanged is not triggered on every mode change
Magnus Groß
2021-11-18
|
*
vim-patch:8.2.3430: no generic way to trigger an autocommand on mode change
Magnus Groß
2021-11-18
*
|
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
|
/
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
vim-patch:8.1.2392: using old C style comments
Dundar Göc
2021-10-21
*
vim-patch:8.2.3537: wrong mode() during 'operatorfunc' #16087
zeertzjq
2021-10-19
*
vim-patch:8.1.2392: using old C style comments
Dundar Göc
2021-10-06
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor(style): switch-case formatting, "uncrustify:indent-off" #15669
dundargoc
2021-09-17
[next]