summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-094-42/+180
* 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-093-6/+10
* Update runtime filesBram Moolenaar2019-05-0912-717/+892
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-098-8/+71
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-0936-1451/+76
* patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar2019-05-094-0/+145
* 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-097-9/+74
* 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-075-925/+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-077-81/+197
* patch 8.1.1290: .hgignore and .gitignore are either distributed or in gitv8.1.1290Bram Moolenaar2019-05-071-0/+2
* 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-062-1/+3
* 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-054-4/+41
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-051-0/+2
* 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-054-13/+41
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-055-77/+261
* patch 8.1.1274: after :unmenu can still execute the menu with :emenuv8.1.1274Bram Moolenaar2019-05-053-2/+20
* patch 8.1.1273: compiler warning in direct write codev8.1.1273Bram Moolenaar2019-05-052-1/+3
* patch 8.1.1272: click on WinBar of other window not testedv8.1.1272Bram Moolenaar2019-05-052-5/+46
* patch 8.1.1271: compiler warnings for use of STRNCPY()v8.1.1271Bram Moolenaar2019-05-052-3/+5
* patch 8.1.1270: cannot see current match positionv8.1.1270Bram Moolenaar2019-05-046-50/+329
* patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not workv8.1.1269Bram Moolenaar2019-05-042-6/+9
* patch 8.1.1268: map completion test fails in GUIv8.1.1268Bram Moolenaar2019-05-042-2/+6
* patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267Bram Moolenaar2019-05-044-2/+18
* patch 8.1.1266: winbar test doesn't test enoughv8.1.1266Bram Moolenaar2019-05-042-1/+9
* patch 8.1.1265: when GPM mouse support is enabled double clicks do not workv8.1.1265Bram Moolenaar2019-05-044-19/+35