summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0732: cannot build without the eval featurev8.1.0732Bram Moolenaar2019-01-122-3/+4
* patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar2019-01-124-9/+35
* patch 8.1.0730: compiler warning for get_buf_arg() unusedv8.1.0730Bram Moolenaar2019-01-122-0/+4
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-127-1/+63
* patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar2019-01-115-2/+55
* patch 8.1.0727: compiler warning for sprintf() argumentv8.1.0727Bram Moolenaar2019-01-112-1/+3
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-118-82/+36
* patch 8.1.0725: conceal mode is not completely testedv8.1.0725Bram Moolenaar2019-01-116-0/+96
* patch 8.1.0724: build for MinGW failsv8.1.0724Bram Moolenaar2019-01-115-6/+11
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-1110-362/+378
* patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar2019-01-114-19/+33
* patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721Bram Moolenaar2019-01-1125-0/+521
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-115-31/+169
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-116-69/+23
* patch 8.1.0718: a couple compiler warningsv8.1.0718Bram Moolenaar2019-01-112-5/+9
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-118-103/+237
* patch 8.1.0716: get warning message when 'completefunc' returns nothingv8.1.0716Bram Moolenaar2019-01-114-22/+62
* patch 8.1.0715: superfluous call to redraw_win_later()v8.1.0715Bram Moolenaar2019-01-112-3/+4
* patch 8.1.0714: unessesary #if lines in GTK codev8.1.0714Bram Moolenaar2019-01-103-24/+2
* patch 8.1.0713: images for NSIS take up too much spacev8.1.0713Bram Moolenaar2019-01-1015-540/+14
* patch 8.1.0712: MS-Windows build instructions are a bit outdatedv8.1.0712Bram Moolenaar2019-01-092-37/+61
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-0935-430/+456
* patch 8.1.0710: when using timers may wait for job exit quite longv8.1.0710Bram Moolenaar2019-01-093-8/+67
* patch 8.1.0709: windows are updated for every added/deleted signv8.1.0709Bram Moolenaar2019-01-094-42/+41
* patch 8.1.0708: third argument for redrawWinline() is always FALSEv8.1.0708Bram Moolenaar2019-01-095-22/+9
* patch 8.1.0707: text property columns are not adjusted for changed indentv8.1.0707Bram Moolenaar2019-01-083-6/+47
* patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar2019-01-089-21/+77
* patch 8.1.0705: :colorscheme isn't tested enoughv8.1.0705Bram Moolenaar2019-01-082-1/+8
* patch 8.1.0704: building with Ruby 2.6 gives compiler warningsv8.1.0704Bram Moolenaar2019-01-082-1/+10
* patch 8.1.0703: compiler warnings with 64-bit compilerv8.1.0703Bram Moolenaar2019-01-083-6/+9
* patch 8.1.0702: ":sign place" only uses the current bufferv8.1.0702Bram Moolenaar2019-01-075-2/+22
* patch 8.1.0701: sign message not translated and inconsistent spacingv8.1.0701Bram Moolenaar2019-01-073-29/+31
* patch 8.1.0700: using "gt" sometimes does not redraw a tabv8.1.0700Bram Moolenaar2019-01-062-0/+5
* patch 8.1.0699: compiler warning for uninitialized variablev8.1.0699Bram Moolenaar2019-01-062-1/+3
* patch 8.1.0698: clearing the window is used too oftenv8.1.0698Bram Moolenaar2019-01-062-7/+8
* patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697Bram Moolenaar2019-01-065-74/+106
* patch 8.1.0696: when test_edit fails 'insertmode' may not be resetv8.1.0696Bram Moolenaar2019-01-063-1/+18
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-066-5/+32
* patch 8.1.0694: when using text props may free memory that is not allocatedv8.1.0694Bram Moolenaar2019-01-062-3/+12
* patch 8.1.0693: channel test fails sometimesv8.1.0693Bram Moolenaar2019-01-052-4/+5
* patch 8.1.0692: if a buffer was deleted a channel can't write to itv8.1.0692Bram Moolenaar2019-01-053-7/+51
* patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691Bram Moolenaar2019-01-045-18/+182
* patch 8.1.0690: setline() and setbufline() do not clear text propertiesv8.1.0690Bram Moolenaar2019-01-043-2/+35
* patch 8.1.0689: undo with text properties not testedv8.1.0689Bram Moolenaar2019-01-042-0/+55
* patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar2019-01-045-73/+137
* patch 8.1.0687: sentence text object in Visual mode is not testedv8.1.0687Bram Moolenaar2019-01-032-0/+43
* patch 8.1.0686: when 'y' is in 'cpoptions' yanking for the clipboard changes ...v8.1.0686Bram Moolenaar2019-01-032-3/+10
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-035-23/+25
* patch 8.1.0684: warnings from 64-bit compilerv8.1.0684Bram Moolenaar2019-01-033-8/+10
* patch 8.1.0683: spell highlighting does not always endv8.1.0683Bram Moolenaar2019-01-032-1/+7