summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1388: errors when calling prop_remove() for an unloaded bufferv8.1.1388Bram Moolenaar2019-05-243-11/+30
* patch 8.1.1387: calling prop_add() in an empty buffer doesn't workv8.1.1387Bram Moolenaar2019-05-243-1/+15
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-2441-138/+127
* patch 8.1.1385: signed/unsigned compiler warningv8.1.1385Bram Moolenaar2019-05-242-1/+3
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-2463-322/+293
* patch 8.1.1383: warning for size_t/int mixupv8.1.1383Bram Moolenaar2019-05-242-1/+3
* patch 8.1.1382: error when editing test filev8.1.1382Bram Moolenaar2019-05-244-4/+4
* patch 8.1.1381: MS-Windows: missing build dependencyv8.1.1381Bram Moolenaar2019-05-243-2/+7
* patch 8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not setv8.1.1380Bram Moolenaar2019-05-242-1/+3
* patch 8.1.1379: filechanged test hangsv8.1.1379Bram Moolenaar2019-05-243-4/+6
* patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar2019-05-245-135/+187
* patch 8.1.1377: MS-Windows GUI uses wrong shell command for bashv8.1.1377Bram Moolenaar2019-05-242-8/+8
* patch 8.1.1376: warnings for size_t/int mixupsv8.1.1376Bram Moolenaar2019-05-243-5/+7
* patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt oftenv8.1.1375Bram Moolenaar2019-05-244-38/+53
* patch 8.1.1374: check for file changed triggers too oftenv8.1.1374Bram Moolenaar2019-05-242-1/+3
* patch 8.1.1373: "[p" in Visual mode puts in wrong linev8.1.1373Bram Moolenaar2019-05-233-53/+35
* patch 8.1.1372: when evaluating 'statusline' the current window is unknownv8.1.1372Bram Moolenaar2019-05-234-23/+65
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-2318-64/+168
* patch 8.1.1370: not using the new github feature for donationsv8.1.1370Bram Moolenaar2019-05-232-0/+3
* patch 8.1.1369: get E484 when using system() during GUI startupv8.1.1369Bram Moolenaar2019-05-232-7/+9
* patch 8.1.1368: modeline test fails with python but without pythonhomev8.1.1368Bram Moolenaar2019-05-232-1/+3
* patch 8.1.1367: can set 'modelineexpr' in modelinev8.1.1367Bram Moolenaar2019-05-233-1/+4
* patch 8.1.1366: using expressions in a modeline is unsafev8.1.1366Bram Moolenaar2019-05-236-34/+169
* patch 8.1.1365: source command doesn't check for the sandboxv8.1.1365Bram Moolenaar2019-05-223-0/+17
* patch 8.1.1364: design for popup window support needs more detailsv8.1.1364Bram Moolenaar2019-05-212-56/+153
* patch 8.1.1363: ":vert options" does not make a vertical splitv8.1.1363Bram Moolenaar2019-05-213-1/+31
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-2017-835/+991
* patch 8.1.1361: Python setuptools don't work with Python 3v8.1.1361Bram Moolenaar2019-05-202-2/+11
* patch 8.1.1360: buffer left 'nomodifiable' after :substitutev8.1.1360Bram Moolenaar2019-05-203-2/+20
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-1910-17/+72
* patch 8.1.1358: cannot enter character with a CSI bytev8.1.1358Bram Moolenaar2019-05-192-4/+10
* patch 8.1.1357: test 37 is old stylev8.1.1357Bram Moolenaar2019-05-197-152/+244
* patch 8.1.1356: some text in heredoc assignment ends the textv8.1.1356Bram Moolenaar2019-05-193-12/+99
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-1913-28/+86
* patch 8.1.1354: getting a list of text lines is clumsyv8.1.1354Bram Moolenaar2019-05-194-0/+206
* patch 8.1.1353: undo test fails on Macv8.1.1353Bram Moolenaar2019-05-192-1/+7
* patch 8.1.1352: undofile() reports wrong namev8.1.1352Bram Moolenaar2019-05-193-1/+8
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-199-11/+45
* patch 8.1.1350: "W" for wrapping not shown when more than 99 matchesv8.1.1350Bram Moolenaar2019-05-183-1/+11
* patch 8.1.1349: if writing runs into conversion error backup file is deletedv8.1.1349Bram Moolenaar2019-05-183-5/+30
* patch 8.1.1348: running tests may cause the window to movev8.1.1348Bram Moolenaar2019-05-182-1/+20
* patch 8.1.1347: fractional scroll position not restored after closing windowv8.1.1347Bram Moolenaar2019-05-183-17/+20
* patch 8.1.1346: error for Python exception does not show useful infov8.1.1346Bram Moolenaar2019-05-188-2/+38
* patch 8.1.1345: stuck in sandbox with ":s/../\=Function/gn"v8.1.1345Bram Moolenaar2019-05-183-9/+19
* patch 8.1.1344: Coverity complains about possibly using a NULL pointerv8.1.1344Bram Moolenaar2019-05-183-7/+14
* patch 8.1.1343: text properties not adjusted for Visual block mode deletev8.1.1343Bram Moolenaar2019-05-177-10/+109
* patch 8.1.1342: using freed memory when joining line with text propertyv8.1.1342Bram Moolenaar2019-05-172-1/+3
* patch 8.1.1341: text properties are lost when joining linesv8.1.1341Bram Moolenaar2019-05-176-11/+168
* patch 8.1.1340: attributes from 'cursorline' overwrite textpropv8.1.1340Bram Moolenaar2019-05-175-7/+10
* patch 8.1.1339: installer needs to product name et al.v8.1.1339Bram Moolenaar2019-05-172-0/+12