summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1321: no docs or tests for listener functionsv8.1.1321Bram Moolenaar2019-05-119-19/+165
* patch 8.1.1320: it is not possible to track changes to a bufferv8.1.1320Bram Moolenaar2019-05-114-0/+151
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-118-44/+47
* patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar2019-05-1114-2276/+44
* Add missing files from patch 8.1.1318Bram Moolenaar2019-05-112-0/+2189
* patch 8.1.1317: output from Travis can be improvedv8.1.1317Bram Moolenaar2019-05-113-6/+15
* patch 8.1.1316: duplicated localtime() callv8.1.1316Bram Moolenaar2019-05-112-1/+2
* patch 8.1.1315: there is always a delay if a termrequest is never answeredv8.1.1315Bram Moolenaar2019-05-102-90/+134
* patch 8.1.1314: MSVC makefile is not nicely indentedv8.1.1314Bram Moolenaar2019-05-102-196/+196
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-1010-35/+83
* patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar2019-05-094-3/+9
* patch 8.1.1311: aborting an autocmd with an exception is not testedv8.1.1311Bram Moolenaar2019-05-092-0/+21
* patch 8.1.1310: named function arguments are never optionalv8.1.1310Bram Moolenaar2019-05-095-46/+227
* patch 8.1.1309: test for Normal highlight fails on MS-Windows GUIv8.1.1309Bram Moolenaar2019-05-092-4/+9
* patch 8.1.1308: the Normal highlight is not defined when compiled with GUIv8.1.1308Bram Moolenaar2019-05-094-6/+12
* Update runtime filesBram Moolenaar2019-05-0952-906/+1119
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-0910-8/+87
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-0942-1476/+80
* patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar2019-05-096-7/+185
* patch 8.1.1304: MS-Windows: compiler warning for unused valuev8.1.1304Bram Moolenaar2019-05-092-2/+7
* patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar2019-05-098-10/+83
* patch 8.1.1302: v:beval_text is not tested in Visual modev8.1.1302Bram Moolenaar2019-05-085-9/+44
* patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301Bram Moolenaar2019-05-084-2/+18
* patch 8.1.1300: in a terminal 'ballooneval' does not work right awayv8.1.1300Bram Moolenaar2019-05-086-0/+54
* patch 8.1.1299: "extends" from 'listchars' is used when 'list' is offv8.1.1299Bram Moolenaar2019-05-083-2/+25
* patch 8.1.1298: invalid argument test fails without X clipboardv8.1.1298Bram Moolenaar2019-05-082-1/+3
* patch 8.1.1297: invalid argument test fails without GTKv8.1.1297Bram Moolenaar2019-05-082-1/+11
* patch 8.1.1296: crash when using invalid command line argumentv8.1.1296Bram Moolenaar2019-05-083-24/+23
* patch 8.1.1295: when vimrun.exe does not exist external command may failv8.1.1295Bram Moolenaar2019-05-072-3/+18
* patch 8.1.1294: MS-Windows: Some fonts return wrong average char widthv8.1.1294Bram Moolenaar2019-05-072-1/+9
* patch 8.1.1293: MSVC files are no longer usefulv8.1.1293Bram Moolenaar2019-05-077-931/+3
* patch 8.1.1292: invalid command line arguments not testedv8.1.1292Bram Moolenaar2019-05-072-0/+92
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-079-81/+220
* patch 8.1.1290: .hgignore and .gitignore are either distributed or in gitv8.1.1290Bram Moolenaar2019-05-074-4/+123
* patch 8.1.1289: may not have enough space to add "W" to search statsv8.1.1289Bram Moolenaar2019-05-072-13/+15
* patch 8.1.1288: search stats don't show for mapped commandv8.1.1288Bram Moolenaar2019-05-073-2/+29
* patch 8.1.1287: cannot build with +eval but without +mousev8.1.1287Bram Moolenaar2019-05-072-0/+8
* patch 8.1.1286: running tests leaves XTest_tabpage_cmdheight file behindv8.1.1286Bram Moolenaar2019-05-062-1/+3
* patch 8.1.1285: test17 is old stylev8.1.1285Bram Moolenaar2019-05-069-175/+145
* patch 8.1.1284: detecting *.tmpl as htmlcheetah is outdatedv8.1.1284Bram Moolenaar2019-05-063-3/+5
* patch 8.1.1283: delaying half a second after the top-bot messagev8.1.1283Bram Moolenaar2019-05-063-6/+23
* patch 8.1.1282: running make in src/po leaves LINGUAS file behindv8.1.1282Bram Moolenaar2019-05-052-0/+4
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-055-26/+75
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-0564-753/+757
* patch 8.1.1279: cannot set 'spellang' to "sr@latin"v8.1.1279Bram Moolenaar2019-05-053-1/+4
* patch 8.1.1278: missing change for "combine" fieldv8.1.1278Bram Moolenaar2019-05-052-0/+13
* patch 8.1.1277: missing screenshot updatev8.1.1277Bram Moolenaar2019-05-052-0/+3
* patch 8.1.1276: cannot combine text properties with syntax highlightingv8.1.1276Bram Moolenaar2019-05-056-14/+49
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-057-81/+297
* patch 8.1.1274: after :unmenu can still execute the menu with :emenuv8.1.1274Bram Moolenaar2019-05-053-2/+20