summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-10patch 8.0.0561: undefined behavior when using backslash after empty lineBram Moolenaar
2017-04-10patch 8.0.0560: :windo allows for ! but it's not supportedBram Moolenaar
2017-04-09patch 8.0.0559: setting ttytype to xxx does not always failBram Moolenaar
2017-04-09patch 8.0.0558: :ownsyntax is not testedBram Moolenaar
2017-04-09patch 8.0.0557: GTK: using static gravities is not usefulBram Moolenaar
2017-04-09patch 8.0.0556: getting window position fails if GUI and term possibleBram Moolenaar
2017-04-09patch 8.0.0555: toupper/tolower test fails on OSX without DarwinBram Moolenaar
2017-04-09patch 8.0.0554: toupper and tolower don't work properly for TurkishBram Moolenaar
2017-04-08patch 8.0.0553: toupper/tolower test fails on MacBram Moolenaar
2017-04-08patch 8.0.0552: toupper and tolower don't work properly for TurkishBram Moolenaar
2017-04-08patch 8.0.0551: the typeahead buffer is reallocated too oftenBram Moolenaar
2017-04-07patch 8.0.0550: cannot parse some etags format tags fileBram Moolenaar
2017-04-07patch 8.0.0549: no test for the 8g8 commandBram Moolenaar
2017-04-07patch 8.0.0548: saving the redo buffer only works one timeBram Moolenaar
2017-04-07patch 8.0.0547: extra line break in verbosefileBram Moolenaar
2017-04-07patch 8.0.0546: swap file exists briefly when opening the command windowBram Moolenaar
2017-04-07patch 8.0.0545: edit test may fail on some systemsBram Moolenaar
2017-04-07patch 8.0.0544: cppcheck warningsBram Moolenaar
2017-04-04patch 8.0.0543: test_edit causes older xfce4-terminal to closeBram Moolenaar
2017-04-03patch 8.0.0542: getpos() can return a negative line numberBram Moolenaar
2017-04-03patch 8.0.0541: compiler warning on MS-WindowsBram Moolenaar
2017-04-02patch 8.0.0540: building unit tests failsBram Moolenaar
2017-04-02patch 8.0.0539: startup test fails on MacBram Moolenaar
2017-04-02patch 8.0.0538: no test for falling back to default term valueBram Moolenaar
2017-04-02patch 8.0.0537: illegal memory access with :z and large countBram Moolenaar
2017-04-02patch 8.0.0536: quickfix window not updated when freeing quickfix stackBram Moolenaar
2017-04-01patch 8.0.0535: memory leak when exiting from within a user functionBram Moolenaar
2017-04-01patch 8.0.0534: defaults.vim does not work well with tiny featuresBram Moolenaar
2017-04-01patch 8.0.0533: abbreviation doesn't work after backspacing newlineBram Moolenaar
2017-04-01patch 8.0.0532: test with long directory name fails on MacBram Moolenaar
2017-03-31patch 8.0.0531: test with long directory name fails on non-unix systemsBram Moolenaar
2017-03-31patch 8.0.0530: buffer overflow when 'columns' is very bigBram Moolenaar
2017-03-30patch 8.0.0529: line in test commented outBram Moolenaar
2017-03-30patch 8.0.0528: highlight wrong text when 'wim' includes "longest"Bram Moolenaar
2017-03-30patch 8.0.0527: leftover file from RISC OSBram Moolenaar
2017-03-30patch 8.0.0526: Coverity complains about possible negative valueBram Moolenaar
2017-03-29patch 8.0.0525: completion for user command argument not testedBram Moolenaar
2017-03-29patch 8.0.0524: folds messed upBram Moolenaar
2017-03-29patch 8.0.0523: dv} deletes part of a multi-byte character.Bram Moolenaar
2017-03-29patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not workBram Moolenaar
2017-03-29patch 8.0.0521: GtkForm handling is outdatedBram Moolenaar
2017-03-29patch 8.0.0520: using a function pointer while the function is knownBram Moolenaar
2017-03-29patch 8.0.0519: character classes are not well testedBram Moolenaar
2017-03-29patch 8.0.0518: bad fold text when a multi-byte char has a zero byteBram Moolenaar
2017-03-29patch 8.0.0517: there is no way to remove quickfix listsBram Moolenaar
2017-03-29patch 8.0.0516: a large count on a normal command causes troubleBram Moolenaar
2017-03-27patch 8.0.0515: ml_get errors in silent Ex modeBram Moolenaar
2017-03-26patch 8.0.0514: script for creating cmdidxs can be improvedBram Moolenaar
2017-03-26patch 8.0.0513: getting name of cleared highlight group is wrongBram Moolenaar
2017-03-25patch 8.0.0512: check for available characters takes too longBram Moolenaar