summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-2/+2
* patch 8.0.1454: when in silent mode too much output is bufferedv8.0.1454Bram Moolenaar2018-02-031-1/+8
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-5/+7
* patch 8.0.1405: duplicated code for getting a typed characterv8.0.1405Bram Moolenaar2017-12-181-1/+1
* patch 8.0.1404: invalid memory access on exitv8.0.1404Bram Moolenaar2017-12-181-1/+6
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-121-3/+9
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-11/+4
* patch 8.0.1217: can't use remote eval to inspect vars in debug modev8.0.1217Bram Moolenaar2017-10-261-4/+6
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-241-2/+2
* patch 8.0.1213: setting 'mzschemedll' has no effectv8.0.1213Bram Moolenaar2017-10-221-13/+14
* patch 8.0.1157: compiler warning on MS-Windowsv8.0.1157Bram Moolenaar2017-09-271-1/+1
* patch 8.0.1152: encoding of error message wrong in Cygwin terminalv8.0.1152Bram Moolenaar2017-09-261-0/+15
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-37/+4
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-1/+1
* patch 8.0.0954: /proc/self/exe might be a relative pathv8.0.0954Bram Moolenaar2017-08-171-18/+17
* patch 8.0.0946: using PATH_MAX does not work well on some systemsv8.0.0946Bram Moolenaar2017-08-141-4/+4
* patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentv8.0.0877Bram Moolenaar2017-08-061-3/+3
* patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual modev8.0.0873Bram Moolenaar2017-08-051-1/+3
* patch 8.0.0813: cannot use a terminal window while the job is runningv8.0.0813Bram Moolenaar2017-07-301-4/+10
* patch 8.0.0725: a terminal window does not handle keyboard inputv8.0.0725Bram Moolenaar2017-07-161-0/+7
* patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar2017-07-151-3/+14
* patch 8.0.0680: plugins in start packages are sourced twicev8.0.0680Bram Moolenaar2017-06-271-3/+13
* patch 8.0.0629: checking for ambigous width is not workingv8.0.0629Bram Moolenaar2017-06-091-1/+3
* patch 8.0.0612: pack dirs are added to 'runtimepath' too latev8.0.0612Bram Moolenaar2017-06-041-1/+10
* patch 8.0.0611: the screen is not redrawn after sending t_u7v8.0.0611Bram Moolenaar2017-06-041-3/+5
* patch 8.0.0567: call for requesting color and ambiwidth is too earlyv8.0.0567Bram Moolenaar2017-04-181-6/+5
* patch 8.0.0540: building unit tests failsv8.0.0540Bram Moolenaar2017-04-021-3/+4
* patch 8.0.0539: startup test fails on Macv8.0.0539Bram Moolenaar2017-04-021-0/+9
* patch 8.0.0494: build failure with older compiler on MS-Windowsv8.0.0494Bram Moolenaar2017-03-191-1/+1
* patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar2017-03-191-6/+6
* patch 8.0.0476: missing change to main.cv8.0.0476Bram Moolenaar2017-03-181-0/+41
* patch 8.0.0464: can't find executable name on Solaris and FreeBSDv8.0.0464Bram Moolenaar2017-03-161-2/+2
* patch 8.0.0450: v:progpath is not reliably setv8.0.0450Bram Moolenaar2017-03-121-2/+13
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-121-1/+4
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-051-1/+6
* patch 8.0.0419: test for v:progpath fails on MS-Windowsv8.0.0419Bram Moolenaar2017-03-051-14/+13
* patch 8.0.0416: setting v:progpath is not quite rightv8.0.0416Bram Moolenaar2017-03-051-5/+15
* patch 8.0.0409: set_progpath is defined but not always usedv8.0.0409Bram Moolenaar2017-03-041-1/+1
* patch 8.0.0405: v:progpath may become invalid after :cdv8.0.0405Bram Moolenaar2017-03-041-2/+29
* patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar2017-02-251-5/+5
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-4/+4
* patch 8.0.0299: a window resize is sometimes not taking effectv8.0.0299Bram Moolenaar2017-02-031-0/+4
* patch 8.0.0096v8.0.0096Bram Moolenaar2016-11-241-4/+10
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2191v7.4.2191Bram Moolenaar2016-08-101-1/+1
* patch 7.4.2176v7.4.2176Bram Moolenaar2016-08-071-41/+29
* patch 7.4.2164v7.4.2164Bram Moolenaar2016-08-061-4/+15
* patch 7.4.2115v7.4.2115Bram Moolenaar2016-07-291-1/+4
* patch 7.4.2111v7.4.2111Bram Moolenaar2016-07-281-4/+7
* patch 7.4.2101v7.4.2101Bram Moolenaar2016-07-241-4/+3