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
*
feat(editor): handle new multibyte sequences in normal mode replacement
bfredl
2024-11-04
*
fix(paste): improve repeating of pasted text (#30438)
zeertzjq
2024-09-22
*
refactor(os/input.c): rename os_inchar => input_get #30327
Justin M. Keyes
2024-09-10
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
vim-patch:9.1.0699: "dvgo" is not always an inclusive motion (#30173)
zeertzjq
2024-08-29
*
vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)
zeertzjq
2024-08-07
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
docs: misc (#29622)
dundargoc
2024-07-15
*
vim-patch:8.2.4724: current instance of last search pattern not easily spotted
zeertzjq
2024-06-19
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0433: Wrong yanking with exclusive selection and ve=all (#28933)
zeertzjq
2024-05-23
*
vim-patch:9.1.0426: too many strlen() calls in search.c
zeertzjq
2024-05-22
*
vim-patch:8.2.1520: Vim9: CTRL-] used in :def function does not work (#28880)
zeertzjq
2024-05-21
*
vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)
zeertzjq
2024-05-18
*
fix(showcmd): clear the rest properly (#28420)
zeertzjq
2024-04-20
*
test: 'showcmd' with ext_messages and Visual selection (#28393)
zeertzjq
2024-04-18
*
vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)
zeertzjq
2024-04-18
*
vim-patch:9.0.2114: overflow detection not accurate when adding digits (#28271)
zeertzjq
2024-04-11
*
vim-patch:9.1.0280: several issues with 'smoothscroll' support
Luuk van Baal
2024-04-09
*
vim-patch:9.1.0258: half-page scrolling broke backward compatibility
Luuk van Baal
2024-04-08
*
vim-patch:8.2.4098: typing "interrupt" at debug prompt may keep exception aro...
zeertzjq
2024-04-03
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrolling
Luuk van Baal
2024-03-28
*
fix(normal): don't check conceal when pressing 'r' (#27892)
zeertzjq
2024-03-17
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)
zeertzjq
2024-03-10
*
vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661)
zeertzjq
2024-02-29
*
refactor: don't use subtraction in qsort() comparison functions
zeertzjq
2024-02-10
*
fix(startup): multiprocess startuptime #26790
Pablo Arias
2024-02-09
*
perf(redraw): only redraw Visual area when cursor has moved (#27340)
zeertzjq
2024-02-05
*
vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (...
zeertzjq
2024-01-29
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)
zeertzjq
2023-11-17
*
vim-patch:9.0.2109: [security]: overflow in nv_z_get_count
zeertzjq
2023-11-17
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
[next]