summaryrefslogtreecommitdiff
path: root/src/normal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-2/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-14/+14
* patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881Shougo Matsushita2022-05-061-15/+3
* patch 8.2.4806: a mapping using <LeftDrag> does not start Select modev8.2.4806Bram Moolenaar2022-04-221-2/+3
* patch 8.2.4725: unused variable in tiny buildv8.2.4725Bram Moolenaar2022-04-091-0/+2
* patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724LemonBoy2022-04-091-0/+13
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-8/+8
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-4/+0
* patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"v8.2.4630Bram Moolenaar2022-03-261-0/+4
* patch 8.2.4567: bracketed paste doesn't work well in Visual linewise modev8.2.4567zeertzjq2022-03-141-5/+27
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-1/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-13/+1
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-311/+4
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-57/+69
* patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242Shougo Matsushita2022-01-281-2/+16
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.4237: record buffer wrong if character in Select mode was not typedv8.2.4237zeertzjq2022-01-281-3/+4
* patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan2022-01-271-2/+3
* patch 8.2.4221: some functions in normal.c are very longv8.2.4221Yegappan Lakshmanan2022-01-261-602/+482
* patch 8.2.4205: the normal_cmd() function is too longv8.2.4205Yegappan Lakshmanan2022-01-241-351/+474
* patch 8.2.4165: the nv_g_cmd() function is too longv8.2.4165Yegappan Lakshmanan2022-01-201-292/+303
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-201-4/+30
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-3/+9
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-3/+3
* patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993Bram Moolenaar2022-01-031-1/+8
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar2022-01-021-6/+5
* patch 8.2.3930: getcmdline() argument has a misleading typev8.2.3930Bram Moolenaar2021-12-281-1/+1
* patch 8.2.3903: "gM" does not count tabs as expectedv8.2.3903Bram Moolenaar2021-12-261-6/+1
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-8/+2
* patch 8.2.3787: no proper formatting of a C line comment after a statementv8.2.3787Bram Moolenaar2021-12-121-1/+1
* patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar2021-12-091-0/+5
* patch 8.2.3660: overflow check uses wrong numberv8.2.3660Bram Moolenaar2021-11-241-1/+1
* patch 8.2.3659: integer overflow with large line numberv8.2.3659Bram Moolenaar2021-11-241-5/+12
* patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redonev8.2.3644Bram Moolenaar2021-11-221-3/+23
* patch 8.2.3611: crash when using CTRL-W f without finding a file namev8.2.3611Bram Moolenaar2021-11-171-2/+4
* patch 8.2.3610: crash when ModeChanged triggered too earlyv8.2.3610Bram Moolenaar2021-11-171-1/+1
* patch 8.2.3583: the "gd" and "gD" commands do not update search statsv8.2.3583Bram Moolenaar2021-11-121-3/+11
* patch 8.2.3580: gj does not move properly with a wide characterv8.2.3580Christian Brabandt2021-11-041-1/+8
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-221-1/+6
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-1/+1
* patch 8.2.3494: illegal memory access in utf_head_offv8.2.3494Bram Moolenaar2021-10-111-2/+1
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-0/+3
* patch 8.2.3428: using freed memory when replacingv8.2.3428Bram Moolenaar2021-09-111-3/+7
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-281-1/+0
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-3/+3
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-4/+4
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-3/+3
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-0/+3
* patch 8.2.2938: after using motion force from feedkeys() it sticksv8.2.2938Bram Moolenaar2021-06-041-0/+1