summaryrefslogtreecommitdiffstats
path: root/src/misc2.c
AgeCommit message (Expand)Author
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
2021-03-21patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar
2021-02-23patch 8.2.2546: typo in mouse key namev8.2.2546Bram Moolenaar
2021-01-21patch 8.2.2383: focus escape sequences are not namedv8.2.2383Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-10-28patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar
2020-10-07patch 8.2.1811: mapping Ctrl-key does not work for '{', '}' and '|'v8.2.1811Bram Moolenaar
2020-10-07patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar
2020-09-27patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar
2020-08-11patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar
2020-07-31patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar
2020-06-20patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar
2020-06-19patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-05-31patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-13patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar
2020-05-12patch 8.2.0745: crash on exit when not all popups are closedv8.2.0745Bram Moolenaar
2020-04-13patch 8.2.0572: using two lines for free and resetv8.2.0572Bram Moolenaar
2020-04-13patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-26patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar
2020-02-14patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar
2019-12-21patch 8.2.0026: still some /* */ commentsv8.2.0026Bram Moolenaar
2019-12-14patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-13patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrongv8.1.2299Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-10-12patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar
2019-09-28patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar
2019-09-21patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar
2019-09-15patch 8.1.2042: the evalfunc.c file is too bigv8.1.2042Bram Moolenaar
2019-09-13patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar
2019-09-04patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
2019-08-21patch 8.1.1898: crash when out of memory during startupv8.1.1898Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-16patch 8.1.1857: cannot use modifier with multi-byte characterv8.1.1857Bram Moolenaar
2019-08-15patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
2019-07-28patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar
2019-07-16patch 8.1.1703: breaking out of loop by checking window pointer insufficientv8.1.1703Bram Moolenaar
2019-07-07patch 8.1.1641: garbage collection may run at a wrong momentv8.1.1641Bram Moolenaar
2019-07-04patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar