summaryrefslogtreecommitdiff
path: root/src/normal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-6/+0
* patch 9.0.0234: cannot make difference between :normal end and argument charv9.0.0234Bram Moolenaar2022-08-211-3/+3
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-8/+2
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-19/+19
* patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq2022-07-311-34/+34
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-301-0/+3
* patch 9.0.0064: confusing error when using "q:" in command line windowv9.0.0064Bram Moolenaar2022-07-241-0/+5
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-0/+2
* patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert modev8.2.5109Bram Moolenaar2022-06-161-0/+3
* patch 8.2.5056: the channel log only contains some of the raw terminal outputv8.2.5056Bram Moolenaar2022-06-041-6/+4
* patch 8.2.5024: using freed memory with "]d"v8.2.5024Bram Moolenaar2022-05-261-0/+6
* patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar2022-05-261-21/+21
* patch 8.2.4956: reading past end of line with "gf" in Visual block modev8.2.4956Bram Moolenaar2022-05-141-3/+10
* 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