aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* docs: misc (#29622)dundargoc2024-07-15
* vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq2024-06-19
* refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0433: Wrong yanking with exclusive selection and ve=all (#28933)zeertzjq2024-05-23
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* vim-patch:8.2.1520: Vim9: CTRL-] used in :def function does not work (#28880)zeertzjq2024-05-21
* vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)zeertzjq2024-05-18
* fix(showcmd): clear the rest properly (#28420)zeertzjq2024-04-20
* test: 'showcmd' with ext_messages and Visual selection (#28393)zeertzjq2024-04-18
* vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)zeertzjq2024-04-18
* vim-patch:9.0.2114: overflow detection not accurate when adding digits (#28271)zeertzjq2024-04-11
* vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal2024-04-09
* vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal2024-04-08
* vim-patch:8.2.4098: typing "interrupt" at debug prompt may keep exception aro...zeertzjq2024-04-03
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* vim-patch:9.1.0215: Half-page scrolling does not support smooth-scrollingLuuk van Baal2024-03-28
* fix(normal): don't check conceal when pressing 'r' (#27892)zeertzjq2024-03-17
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq2024-03-10
* vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661)zeertzjq2024-02-29
* refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (...zeertzjq2024-01-29
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* vim-patch:9.0.2109: [security]: overflow in nv_z_get_countzeertzjq2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.2075: TextChangedI may not always trigger (#25808)zeertzjq2023-10-28
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29