summaryrefslogtreecommitdiff
path: root/src/misc2.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar2020-05-131-20/+25
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-6/+2
* patch 8.2.0745: crash on exit when not all popups are closedv8.2.0745Bram Moolenaar2020-05-121-2/+9
* patch 8.2.0572: using two lines for free and resetv8.2.0572Bram Moolenaar2020-04-131-4/+1
* patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar2020-04-131-0/+3
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar2020-03-261-6/+6
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-82/+0
* patch 8.2.0026: still some /* */ commentsv8.2.0026Bram Moolenaar2019-12-211-274/+273
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-1/+1
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-1/+1
* patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrongv8.1.2299Bram Moolenaar2019-11-131-1/+1
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-18/+39
* patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar2019-10-121-5/+7
* patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar2019-09-281-6/+6
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-98/+0
* patch 8.1.2042: the evalfunc.c file is too bigv8.1.2042Bram Moolenaar2019-09-151-76/+0
* patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar2019-09-131-0/+19
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-041-76/+0
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-3/+1
* patch 8.1.1898: crash when out of memory during startupv8.1.1898Bram Moolenaar2019-08-211-3/+8
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-4/+0
* patch 8.1.1857: cannot use modifier with multi-byte characterv8.1.1857Bram Moolenaar2019-08-161-4/+4
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-0/+4
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-4/+0
* patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar2019-07-281-77/+0
* patch 8.1.1703: breaking out of loop by checking window pointer insufficientv8.1.1703Bram Moolenaar2019-07-161-4/+5
* patch 8.1.1641: garbage collection may run at a wrong momentv8.1.1641Bram Moolenaar2019-07-071-0/+9
* patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar2019-07-041-9/+11
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-041-2/+0
* patch 8.1.1515: memory leak reported for sound when build with EXITFREEv8.1.1515Bram Moolenaar2019-06-101-0/+3
* patch 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions'v8.1.1514Bram Moolenaar2019-06-101-9/+1
* patch 8.1.1500: wrong shell command when building with VIMDLL and "!" in 'go'v8.1.1500Bram Moolenaar2019-06-081-1/+5
* patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" failsv8.1.1492Bram Moolenaar2019-06-081-1/+5
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-011-3/+17
* patch 8.1.1439: json_encode() is very slow for large resultsv8.1.1439Bram Moolenaar2019-06-011-0/+7
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-23/+22
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-62/+44
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-191-2/+12
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-8/+1
* patch 8.1.1300: in a terminal 'ballooneval' does not work right awayv8.1.1300Bram Moolenaar2019-05-081-0/+1
* patch 8.1.1259: crash when exiting earlyv8.1.1259Bram Moolenaar2019-05-031-21/+30
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-0/+77
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-3/+3
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-0/+1
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-221-2/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-7/+7
* patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar2019-02-131-1926/+0