summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0558: :ownsyntax is not testedv8.0.0558Bram Moolenaar2017-04-092-0/+31
* patch 8.0.0557: GTK: using static gravities is not usefulv8.0.0557Bram Moolenaar2017-04-092-31/+2
* patch 8.0.0556: getting window position fails if GUI and term possiblev8.0.0556Bram Moolenaar2017-04-092-0/+5
* patch 8.0.0555: toupper/tolower test fails on OSX without Darwinv8.0.0555Bram Moolenaar2017-04-092-1/+3
* patch 8.0.0554: toupper and tolower don't work properly for Turkishv8.0.0554Bram Moolenaar2017-04-093-0/+17
* patch 8.0.0553: toupper/tolower test fails on Macv8.0.0553Bram Moolenaar2017-04-082-19/+24
* patch 8.0.0552: toupper and tolower don't work properly for Turkishv8.0.0552Bram Moolenaar2017-04-083-3/+25
* patch 8.0.0551: the typeahead buffer is reallocated too oftenv8.0.0551Bram Moolenaar2017-04-082-3/+15
* patch 8.0.0550: cannot parse some etags format tags filev8.0.0550Bram Moolenaar2017-04-073-6/+46
* patch 8.0.0549: no test for the 8g8 commandv8.0.0549Bram Moolenaar2017-04-072-7/+51
* patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar2017-04-077-34/+60
* patch 8.0.0547: extra line break in verbosefilev8.0.0547Bram Moolenaar2017-04-073-1/+12
* patch 8.0.0546: swap file exists briefly when opening the command windowv8.0.0546Bram Moolenaar2017-04-073-6/+8
* patch 8.0.0545: edit test may fail on some systemsv8.0.0545Bram Moolenaar2017-04-072-4/+15
* patch 8.0.0544: cppcheck warningsv8.0.0544Bram Moolenaar2017-04-074-4/+11
* patch 8.0.0543: test_edit causes older xfce4-terminal to closev8.0.0543Bram Moolenaar2017-04-046-45/+148
* patch 8.0.0542: getpos() can return a negative line numberv8.0.0542Bram Moolenaar2017-04-033-4/+11
* patch 8.0.0541: compiler warning on MS-Windowsv8.0.0541Bram Moolenaar2017-04-032-1/+3
* patch 8.0.0540: building unit tests failsv8.0.0540Bram Moolenaar2017-04-023-5/+6
* patch 8.0.0539: startup test fails on Macv8.0.0539Bram Moolenaar2017-04-025-2/+15
* patch 8.0.0538: no test for falling back to default term valuev8.0.0538Bram Moolenaar2017-04-022-0/+15
* patch 8.0.0537: illegal memory access with :z and large countv8.0.0537Bram Moolenaar2017-04-025-5/+92
* patch 8.0.0536: quickfix window not updated when freeing quickfix stackv8.0.0536Bram Moolenaar2017-04-023-0/+118
* patch 8.0.0535: memory leak when exiting from within a user functionv8.0.0535Bram Moolenaar2017-04-012-39/+60
* patch 8.0.0534: defaults.vim does not work well with tiny featuresv8.0.0534Bram Moolenaar2017-04-012-1/+13
* patch 8.0.0533: abbreviation doesn't work after backspacing newlinev8.0.0533Bram Moolenaar2017-04-013-2/+15
* patch 8.0.0532: test with long directory name fails on Macv8.0.0532Bram Moolenaar2017-04-012-1/+3
* patch 8.0.0531: test with long directory name fails on non-unix systemsv8.0.0531Bram Moolenaar2017-03-312-0/+6
* patch 8.0.0530: buffer overflow when 'columns' is very bigv8.0.0530Bram Moolenaar2017-03-313-10/+47
* patch 8.0.0529: line in test commented outv8.0.0529Bram Moolenaar2017-03-302-4/+4
* patch 8.0.0528: highlight wrong text when 'wim' includes "longest"v8.0.0528Bram Moolenaar2017-03-302-1/+3
* patch 8.0.0527: leftover file from RISC OSv8.0.0527Bram Moolenaar2017-03-303-144/+2
* patch 8.0.0526: Coverity complains about possible negative valuev8.0.0526Bram Moolenaar2017-03-302-2/+10
* patch 8.0.0525: completion for user command argument not testedv8.0.0525Bram Moolenaar2017-03-292-0/+11
* patch 8.0.0524: folds messed upv8.0.0524Bram Moolenaar2017-03-293-0/+15
* patch 8.0.0523: dv} deletes part of a multi-byte character.v8.0.0523Bram Moolenaar2017-03-293-1/+23
* patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workv8.0.0522Bram Moolenaar2017-03-298-6/+31
* patch 8.0.0521: GtkForm handling is outdatedv8.0.0521Bram Moolenaar2017-03-293-165/+6
* patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar2017-03-297-19/+21
* patch 8.0.0519: character classes are not well testedv8.0.0519Bram Moolenaar2017-03-295-32/+90
* patch 8.0.0518: bad fold text when a multi-byte char has a zero bytev8.0.0518Bram Moolenaar2017-03-293-19/+44
* patch 8.0.0517: there is no way to remove quickfix listsv8.0.0517Bram Moolenaar2017-03-295-22/+85
* Update runtime files.Bram Moolenaar2017-03-2914-320/+385
* patch 8.0.0516: a large count on a normal command causes troublev8.0.0516Bram Moolenaar2017-03-293-21/+31
* patch 8.0.0515: ml_get errors in silent Ex modev8.0.0515Bram Moolenaar2017-03-274-5/+18
* patch 8.0.0514: script for creating cmdidxs can be improvedv8.0.0514Bram Moolenaar2017-03-263-6/+9
* patch 8.0.0513: getting name of cleared highlight group is wrongv8.0.0513Bram Moolenaar2017-03-267-8/+32
* patch 8.0.0512: check for available characters takes too longv8.0.0512Bram Moolenaar2017-03-252-1/+3
* patch 8.0.0511: message for skipping client-server tests is unclearv8.0.0511Bram Moolenaar2017-03-253-5/+13
* patch 8.0.0510: typo in link to codecov.io resultsv8.0.0510Bram Moolenaar2017-03-252-1/+3