aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* refactor: remove redundant check for w_p_cole (#17944)zeertzjq2022-04-01
* perf: only redraw concealed line if cursor has moved horizontallyzeertzjq2022-03-28
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* vim-patch:8.2.4591: cursor line not updated when a callback moves the cursorzeertzjq2022-03-24
* vim-patch:8.2.1401: cannot jump to the last used tabpageSean Dewar2022-03-14
* fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
* vim-patch:8.2.3660: overflow check uses wrong numberzeertzjq2022-02-18
* vim-patch:8.2.3659: integer overflow with large line numberzeertzjq2022-02-18
* vim-patch:8.2.4242: put in Visual mode cannot be repeatedzeertzjq2022-02-09
* vim-patch:8.2.3583: the "gd" and "gD" commands do not update search statszeertzjq2022-02-04
* Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\
| * vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | vim-patch:8.2.4273: the EBCDIC support is outdatedzeertzjq2022-02-01
* | vim-patch:8.2.3787: no proper formatting of a C line comment after a statementzeertzjq2022-01-31
|/
* vim-patch:8.2.4237: record buffer wrong if character in Select mode was not t...zeertzjq2022-01-28
* vim-patch:8.2.3903: "gM" does not count tabs as expected (#16796)zeertzjq2022-01-28
* Merge pull request #17185 from zeertzjq/vim-8.2.3993bfredl2022-01-27
|\
| * vim-patch:8.2.3993: when recording a change in Select mode char appears twicezeertzjq2022-01-24
* | Merge pull request #17166 from Shougo/vim-8.2.4160bfredl2022-01-27
|\ \
| * | vim-patch:8.2.4160: cannot change the register used for Select mode deleteShougo Matsushita2022-01-22
* | | Merge pull request #17131 from zeertzjq/vim-8.2.3580bfredl2022-01-27
|\ \ \
| * | | vim-patch:8.2.3580: gj does not move properly with a wide characterzeertzjq2022-01-18
| |/ /
* | | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \ \
| * | | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
| |/ /
* | | Merge pull request #17132 from zeertzjq/vim-8.2.3611Christian Clason2022-01-26
|\ \ \ | |_|/ |/| |
| * | vim-patch:8.2.3611: crash when using CTRL-W f without finding a file namezeertzjq2022-01-18
| * | vim-patch:8.2.3494: illegal memory access in utf_head_offzeertzjq2022-01-18
| |/
* / fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
|/
* fix(keywordprg): retain terminal buffer after K (#17046)Daniel Steinberg2022-01-12
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* vim-patch:8.1.2104: the normal.c file is too big (#16389)Volodymyr Kot2021-12-06
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3610: crash when ModeChanged triggered too earlyMagnus Groß2021-11-18
| * vim-patch:8.2.3555: ModeChanged is not triggered on every mode changeMagnus Groß2021-11-18
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2392: using old C style commentsDundar Göc2021-10-21
* vim-patch:8.2.3537: wrong mode() during 'operatorfunc' #16087zeertzjq2021-10-19
* vim-patch:8.1.2392: using old C style commentsDundar Göc2021-10-06
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17