summaryrefslogtreecommitdiff
path: root/src/misc2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-4/+5
* patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar2019-01-291-0/+3
* patch 8.1.0843: memory leak when running "make test_cd"v8.1.0843Bram Moolenaar2019-01-291-0/+15
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-31/+2
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-48/+5
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+4
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-6/+6
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-25/+25
* patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar2019-01-111-16/+18
* patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar2018-12-281-0/+14
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-1/+1
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-211-0/+13
* patch 8.1.0604: autocommand test fails on MS-Windowsv8.1.0604Bram Moolenaar2018-12-161-1/+1
* patch 8.1.0602: DirChanged is also triggered when directory didn't changev8.1.0602Bram Moolenaar2018-12-161-8/+20
* patch 8.1.0590: when a job ends the closed channels are not handledv8.1.0590Bram Moolenaar2018-12-141-13/+23
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-0/+3
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-111-1/+1