summaryrefslogtreecommitdiff
path: root/src/misc2.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar2022-09-261-1/+1
* patch 9.0.0453: on an AZERTY keyboard digit keys get the shift modifierv9.0.0453Bram Moolenaar2022-09-121-1/+3
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-11/+20
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-6/+2
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-2/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-8/+11
* patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar2022-05-161-1/+26
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-1/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-15/+17
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-6/+7
* patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq2022-04-261-1/+1
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-1/+1
* patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar2022-02-091-0/+3
* patch 8.2.4283: using a variable for the return value is not neededv8.2.4283zeertzjq2022-02-021-9/+7
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-14/+1
* patch 8.2.4119: build failure when disabling the channel featurev8.2.4119Dominique Pelle2022-01-171-1/+1
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-0/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-6/+6
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-1/+1
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-2/+0
* patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar2021-10-051-0/+1
* patch 8.2.3357: crash when 'virtualedit' is set and window is narrowv8.2.3357Bram Moolenaar2021-08-171-1/+2
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-061-857/+9
* patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan2021-07-311-3/+3
* patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan2021-07-291-0/+16
* patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar2021-07-271-11/+10
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-9/+12
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-706/+0
* patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams2021-06-301-7/+7
* patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams2021-06-281-10/+39
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-2/+1
* patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar2021-04-061-3/+3
* patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar2021-03-211-2/+3
* patch 8.2.2546: typo in mouse key namev8.2.2546Bram Moolenaar2021-02-231-4/+8
* patch 8.2.2383: focus escape sequences are not namedv8.2.2383Bram Moolenaar2021-01-211-0/+2
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+1
* patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'v8.2.1811Bram Moolenaar2020-10-071-1/+7
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-071-0/+26
* patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar2020-09-271-2/+4
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-1/+1
* patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar2020-07-311-0/+35
* patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar2020-06-201-0/+19
* patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar2020-06-191-3/+5
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-2/+2
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-311-7/+8
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-301-20/+16