summaryrefslogtreecommitdiff
path: root/src/normal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2932: select mode test failsv8.2.2932Bram Moolenaar2021-06-031-4/+10
* patch 8.2.2930: when a popup is visible a mouse move my restart Visual modev8.2.2930Bram Moolenaar2021-06-031-0/+1
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt2021-05-301-2/+8
* patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar2021-05-291-0/+11
* patch 8.2.2832: operator cancelled by moving mouse when using popupv8.2.2832Bram Moolenaar2021-05-041-2/+3
* patch 8.2.2711: "gj" in a closed fold does not move out of the foldv8.2.2711Bram Moolenaar2021-04-041-2/+10
* patch 8.2.2548: May get stuck in the cmdline window using :normalv8.2.2548Bram Moolenaar2021-02-231-0/+10
* patch 8.2.2547: "%" command not accurate for big filesv8.2.2547Bram Moolenaar2021-02-231-3/+5
* patch 8.2.2422: crash when deleting with line number out of rangev8.2.2422Bram Moolenaar2021-01-281-1/+5