summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1036: quickfix function arguments are inconsistentv8.1.1036Bram Moolenaar2019-03-222-16/+19
* patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035Bram Moolenaar2019-03-224-10/+51
* patch 8.1.1034: too many #ifdefsv8.1.1034Bram Moolenaar2019-03-226-54/+19
* patch 8.1.1033: memory usage test may still fail on some systemsv8.1.1033Bram Moolenaar2019-03-222-2/+4
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-2113-29/+20
* patch 8.1.1031: memory usage test may still failv8.1.1031Bram Moolenaar2019-03-212-9/+13
* patch 8.1.1030: quickfix function arguments are inconsistentv8.1.1030Bram Moolenaar2019-03-212-69/+74
* patch 8.1.1029: DirectWrite doesn't take 'linespace' into accountv8.1.1029Bram Moolenaar2019-03-213-2/+5
* patch 8.1.1028: MS-Windows: memory leak when creating terminal failsv8.1.1028Bram Moolenaar2019-03-212-0/+5
* patch 8.1.1027: memory usage test sometimes failsv8.1.1027Bram Moolenaar2019-03-202-1/+5
* patch 8.1.1026: unused conditionv8.1.1026Bram Moolenaar2019-03-202-39/+4
* patch 8.1.1025: checking NULL pointer after additionv8.1.1025Bram Moolenaar2019-03-202-2/+5
* patch 8.1.1024: stray log calls in terminal codev8.1.1024Bram Moolenaar2019-03-202-3/+2
* patch 8.1.1023: may use NULL pointer when indexing a blobv8.1.1023Bram Moolenaar2019-03-192-1/+6
* patch 8.1.1022: may use NULL pointer when out of memoryv8.1.1022Bram Moolenaar2019-03-192-0/+4
* patch 8.1.1021: pyeval() and py3eval() leak memoryv8.1.1021Bram Moolenaar2019-03-193-38/+12
* patch 8.1.1020: compiler warning for Python3 interfacev8.1.1020Bram Moolenaar2019-03-192-1/+4
* patch 8.1.1019: Lua: may garbage collect function reference in usev8.1.1019Bram Moolenaar2019-03-193-64/+83
* patch 8.1.1018: window cleared when entering Terminal-Normal twicev8.1.1018Bram Moolenaar2019-03-192-1/+6
* patch 8.1.1017: off-by-one error in filetype detectionv8.1.1017Bram Moolenaar2019-03-172-6/+8
* Update runtime files.Bram Moolenaar2019-03-1726-775/+1291
* patch 8.1.1016: MS-Windows: No color in shell when using "!" in 'guioptionsv8.1.1016Bram Moolenaar2019-03-172-14/+23
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-176-26/+81
* patch 8.1.1014: MS-Windows: /analyze only defined for non-debug versionv8.1.1014Bram Moolenaar2019-03-172-6/+8
* patch 8.1.1013: MS-Windows: Scrolling fails when dividing the screenv8.1.1013Bram Moolenaar2019-03-172-18/+22
* patch 8.1.1012: memory leak with E461v8.1.1012Bram Moolenaar2019-03-172-0/+3
* patch 8.1.1011: indent from autoindent not removed from blank linev8.1.1011Bram Moolenaar2019-03-163-3/+14
* patch 8.1.1010: Lua interface leaks memoryv8.1.1010Bram Moolenaar2019-03-162-6/+5
* patch 8.1.1009: MS-Windows: some text is not baseline alignedv8.1.1009Bram Moolenaar2019-03-162-1/+3
* patch 8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug versionv8.1.1008Bram Moolenaar2019-03-142-5/+6
* patch 8.1.1007: using closure may consume a lot of memoryv8.1.1007Bram Moolenaar2019-03-144-65/+246
* patch 8.1.1006: repeated code in quickfix supportv8.1.1006Bram Moolenaar2019-03-132-56/+63
* patch 8.1.1005: test fails because t_F2 is not setv8.1.1005Bram Moolenaar2019-03-112-2/+9
* patch 8.1.1004: function "luaV_setref()" not covered with testsv8.1.1004Bram Moolenaar2019-03-102-0/+7
* patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar2019-03-103-0/+27
* patch 8.1.1002: "gf" does not always work when URL has a port numberv8.1.1002Bram Moolenaar2019-03-093-4/+11
* patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar2019-03-094-7/+43
* patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar2019-03-093-135/+143
* patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar2019-03-083-5/+90
* patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar2019-03-073-4/+27
* patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is offv8.1.0997Bram Moolenaar2019-03-072-1/+3
* patch 8.1.0996: a few screendump tests fail because of scrollingv8.1.0996Bram Moolenaar2019-03-054-13/+15
* patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar2019-03-053-0/+23
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-045-9/+144
* patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar2019-03-043-35/+42
* patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar2019-03-044-11/+25
* patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar2019-03-033-1/+9
* patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar2019-03-023-24/+80
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-0216-39/+34
* patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar2019-03-023-13/+39