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
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
vim-patch:8.2.4881: "P" in Visual mode still changes some registers (#18445)
zeertzjq
2022-05-06
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
revert: "refactor: Remove allow_keys global (#6346)"
zeertzjq
2022-04-29
*
vim-patch:8.2.0839: dropping modifier when putting a character back in typeahead
zeertzjq
2022-04-29
*
feat(edit): insert an unsimplified key using CTRL-SHIFT-V
zeertzjq
2022-04-29
*
vim-patch:8.2.4806: a mapping using <LeftDrag> does not start Select mode
zeertzjq
2022-04-25
*
refactor(normal): fix most clint warnings (#18196)
dundargoc
2022-04-21
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...
zeertzjq
2022-04-12
*
vim-patch:8.2.4713: plugins cannot track text scrolling
zeertzjq
2022-04-12
*
vim-patch:8.2.4723: the ModeChanged autocmd event is inefficient
zeertzjq
2022-04-10
*
vim-patch:8.2.{4692,4691,4690}: fix Insert mode <LeftDrag> mapping bug (#17999)
zeertzjq
2022-04-05
*
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
[next]