summaryrefslogtreecommitdiffstats
path: root/src/misc2.c
AgeCommit message (Expand)Author
2024-04-02patch 9.1.0256: Finding autocmd events is inefficientv9.1.0256John Marriott
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-02-03patch 9.1.0073: Looping over modifier_keys_table unnecessarilyv9.1.0073zeertzjq
2024-01-25patch 9.1.0058: Cannot map Super Keys in GTK UIv9.1.0058Casey Tucker
2023-08-27patch 9.0.1792: problem with gj/gk/gM and virtual textv9.0.1792zeertzjq
2023-03-11patch 9.0.1400: find_file_in_path() is not reentrantv9.0.1400Bram Moolenaar
2023-03-04patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar
2023-02-11patch 9.0.1302: on a Belgian keyboard CTRL-] does not workv9.0.1302Bram Moolenaar
2023-01-14patch 9.0.1199: crash when using kitty and using a mapping with <Esc>v9.0.1199Bram Moolenaar
2023-01-14patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan
2023-01-13patch 9.0.1193: cannot map <Esc> when using the Kitty key protocolv9.0.1193Bram Moolenaar
2022-11-19patch 9.0.0912: libvterm with modifyOtherKeys level 2 does not match xtermv9.0.0912Bram Moolenaar
2022-11-18patch 9.0.0901: setting w_leftcol and handling side effects is confusingv9.0.0901Bram Moolenaar
2022-11-14patch 9.0.0881: cannot get the currently showing mouse shapev9.0.0881Bram Moolenaar
2022-10-14patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar
2022-09-26patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar
2022-09-12patch 9.0.0453: on an AZERTY keyboard digit keys get the shift modifierv9.0.0453Bram Moolenaar
2022-09-10patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar
2022-08-25patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar
2022-08-16patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-05-16patch 8.2.4969: changing text in Visual mode may cause invalid memory accessv8.2.4969Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-04-26patch 8.2.4829: a key may be simplified to NULv8.2.4829zeertzjq
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-02-09patch 8.2.4335: no autocommand event triggered before changing directoryv8.2.4335Bram Moolenaar
2022-02-02patch 8.2.4283: using a variable for the return value is not neededv8.2.4283zeertzjq
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-17patch 8.2.4119: build failure when disabling the channel featurev8.2.4119Dominique Pelle
2022-01-15patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-02patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-10-05patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar
2021-08-17patch 8.2.3357: crash when 'virtualedit' is set and window is narrowv8.2.3357Bram Moolenaar
2021-08-06patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan
2021-07-31patch 8.2.3254: win_gettype() does not recognize a quickfix windowv8.2.3254Yegappan Lakshmanan
2021-07-29patch 8.2.3244: Lua 5.3 print() with a long string crashesv8.2.3244Yegappan Lakshmanan
2021-07-27patch 8.2.3228: cannot use a simple block for the :command argumentv8.2.3228Bram Moolenaar
2021-07-26patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson
2021-07-10patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan
2021-06-30patch 8.2.3079: Powershell core not supported by defaultv8.2.3079Mike Williams
2021-06-28patch 8.2.3071: shell options are not set properly for PowerShellv8.2.3071Mike Williams
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-04-06patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar