summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.0399: 'hlsearch' highlight remains in other windowv8.1.0399Bram Moolenaar2018-09-166-20/+43
* patch 8.1.0398: no test for -o and -O command line argumentsv8.1.0398Bram Moolenaar2018-09-162-0/+79
* patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar2018-09-166-98/+115
* patch 8.1.0396: another compiler warning on 64-bit MS-Windowsv8.1.0396Bram Moolenaar2018-09-162-1/+3
* patch 8.1.0395: compiler warning on 64-bit MS-Windowsv8.1.0395Bram Moolenaar2018-09-162-1/+3
* patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar2018-09-166-7/+35
* patch 8.1.0393: not all white space difference options availablev8.1.0393Bram Moolenaar2018-09-157-36/+186
* patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar2018-09-155-28/+35
* patch 8.1.0391: building in a shadow directory failsv8.1.0391Bram Moolenaar2018-09-152-1/+5
* patch 8.1.0390: scrollbars are not testedv8.1.0390Bram Moolenaar2018-09-144-0/+97
* patch 8.1.0389: :behave command is not testedv8.1.0389Bram Moolenaar2018-09-144-0/+33
* patch 8.1.0388: Coverity complains about possible NULL pointer usev8.1.0388Bram Moolenaar2018-09-132-1/+3
* patch 8.1.0387: no test for 'ambiwidth' detectionv8.1.0387Bram Moolenaar2018-09-132-0/+24
* patch 8.1.0386: cannot test with non-default option valuev8.1.0386Bram Moolenaar2018-09-135-3/+39
* patch 8.1.0385: Coveralls badge doesn't updatev8.1.0385Bram Moolenaar2018-09-132-1/+3
* patch 8.1.0384: sign ordering depends on +netbeans featurev8.1.0384Bram Moolenaar2018-09-133-22/+13
* patch 8.1.0383: missing source file renamev8.1.0383Bram Moolenaar2018-09-132-2/+4
* patch 8.1.0382: some make programs can't handle "xdiff/../"v8.1.0382Bram Moolenaar2018-09-132-50/+52
* patch 8.1.0381: variable declaration not at start of blockv8.1.0381Bram Moolenaar2018-09-132-5/+6
* patch 8.1.0380: "make proto" doesn't work wellv8.1.0380Bram Moolenaar2018-09-139-14/+30
* patch 8.1.0379: build dependencies are incompletev8.1.0379Bram Moolenaar2018-09-137-325/+411
* patch 8.1.0378: CI build failurev8.1.0378Bram Moolenaar2018-09-133-2/+4
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-1318-56/+64
* patch 8.1.0376: compiler warning for uninitialized variablev8.1.0376Bram Moolenaar2018-09-132-3/+3
* patch 8.1.0375: cannot use diff mode with Cygwin diff.exev8.1.0375Bram Moolenaar2018-09-133-1/+9
* patch 8.1.0374: moving the cursor is slow when 'relativenumber' is setv8.1.0374Bram Moolenaar2018-09-123-181/+203
* patch 8.1.0373: screen updating still slow when 'cursorline' is setv8.1.0373Bram Moolenaar2018-09-122-1/+5
* patch 8.1.0372: screen updating slow when 'cursorline' is setv8.1.0372Bram Moolenaar2018-09-125-12/+34
* patch 8.1.0371: argument types for select() may be wrongv8.1.0371Bram Moolenaar2018-09-125-23/+85
* patch 8.1.0370: not using internal diff if 'diffopt' is not changedv8.1.0370Bram Moolenaar2018-09-122-1/+3
* patch 8.1.0369: continuation lines cannot contain commentsv8.1.0369Bram Moolenaar2018-09-115-23/+63
* patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar2018-09-117-175/+13
* patch 8.1.0367: getchar(1) no longer processes pending messagesv8.1.0367Bram Moolenaar2018-09-112-0/+9
* patch 8.1.0366: pieces of the xdiff code are not usedv8.1.0366Bram Moolenaar2018-09-102-0/+20
* patch 8.1.0365: function profile doesn't specify where it was definedv8.1.0365Bram Moolenaar2018-09-103-146/+162
* patch 8.1.0364: compiler warning in xdiff codev8.1.0364Bram Moolenaar2018-09-103-1/+7
* patch 8.1.0363: internal diff isn't used by default as advertisedv8.1.0363Bram Moolenaar2018-09-104-2/+6
* patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar2018-09-1024-562/+716
* patch 8.1.0361: remote user not used for completionv8.1.0361Bram Moolenaar2018-09-102-18/+53
* patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar2018-09-1042-209/+5376
* Update runtime files.Bram Moolenaar2018-09-1011-175/+85
* patch 8.1.0359: no clue what test failed when using a screendump twicev8.1.0359Bram Moolenaar2018-09-092-3/+13
* patch 8.1.0358: crash when using term_dumpwrite() after the job finishedv8.1.0358Bram Moolenaar2018-09-092-0/+7
* patch 8.1.0357: instructions for tests are outdatedv8.1.0357Bram Moolenaar2018-09-092-11/+30
* patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-Wv8.1.0356Bram Moolenaar2018-09-093-9/+50
* patch 8.1.0355: incorrect adjusting the popup menu for the preview windowv8.1.0355Bram Moolenaar2018-09-092-6/+17
* patch 8.1.0354: packadd test fails on MS-Windowsv8.1.0354Bram Moolenaar2018-09-082-2/+5
* patch 8.1.0353: an "after" directory of a package is appended to 'rtp'v8.1.0353Bram Moolenaar2018-09-083-28/+96
* patch 8.1.0352: browsing compressed tar files does not always workv8.1.0352Bram Moolenaar2018-09-082-11/+25
* patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternv8.1.0351Bram Moolenaar2018-09-064-3/+43