summaryrefslogtreecommitdiff
path: root/src/version.c
AgeCommit message (Expand)Author
2018-02-20patch 8.0.1528: dead code foundBram Moolenaar
2018-02-20patch 8.0.1527: screen dump test fails on MS-WindowsBram Moolenaar
2018-02-20patch 8.0.1526: no test using a screen dump yetBram Moolenaar
2018-02-19patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowBram Moolenaar
2018-02-19patch 8.0.1524: compiler warnings for uninitialized variablesBram Moolenaar
2018-02-18patch 8.0.1523: cannot write and read terminal screendumpsBram Moolenaar
2018-02-17patch 8.0.1522: popup menu is positioned in the wrong placeBram Moolenaar
2018-02-16patch 8.0.1521: Shift-Tab does not work in a terminal windowBram Moolenaar
2018-02-13patch 8.0.1520: cursor in wrong line when using a WinBar in Terminal windowBram Moolenaar
2018-02-13patch 8.0.1519: getchangelist() does not use argument as bufname()Bram Moolenaar
2018-02-13patch 8.0.1518: error messages suppressed after ":silent! try"Bram Moolenaar
2018-02-13patch 8.0.1517: invalid memory acces with pattern using look-behind matchBram Moolenaar
2018-02-13patch 8.0.1516: errors for job options are not very specificBram Moolenaar
2018-02-13patch 8.0.1515: BufWinEnter event fired when opening hidden terminalBram Moolenaar
2018-02-13patch 8.0.1514: getting the list of changes is not easyBram Moolenaar
2018-02-13patch 8.0.1513: the jumplist is not always properly cleaned upBram Moolenaar
2018-02-13patch 8.0.1512: warning for possibly using NULL pointerBram Moolenaar
2018-02-13patch 8.0.1511: some code for the debugger watch expression is clumsyBram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepBram Moolenaar
2018-02-12patch 8.0.1509: test for failing drag-n-drop command no longer failsBram Moolenaar
2018-02-12patch 8.0.1508: the :drop command is not always availableBram Moolenaar
2018-02-12patch 8.0.1507: timer test is a bit flakyBram Moolenaar
2018-02-12patch 8.0.1506: new version of HP NonStop (Tandem) doesn't like a headerBram Moolenaar
2018-02-11patch 8.0.1505: debugger can't break on a conditionBram Moolenaar
2018-02-11patch 8.0.1504: Win32: the screen may be cleared on startupBram Moolenaar
2018-02-11patch 8.0.1503: access memory beyond end of stringBram Moolenaar
2018-02-11patch 8.0.1502: in out-of-memory situation character is not restoredBram Moolenaar
2018-02-11patch 8.0.1501: out-of-memory situation not correctly handledBram Moolenaar
2018-02-11patch 8.0.1500: possible NULL pointer dereferenceBram Moolenaar
2018-02-11patch 8.0.1499: out-of-memory situation not correctly handledBram Moolenaar
2018-02-11patch 8.0.1498: getjumplist() returns duplicate entriesBram Moolenaar
2018-02-10patch 8.0.1497: getting the jump list requires parsing the output of :jumpsBram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesBram Moolenaar
2018-02-10patch 8.0.1495: having 'pumwidth' default to zero has no meritBram Moolenaar
2018-02-10patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuBram Moolenaar
2018-02-10patch 8.0.1493: completion items cannot be annotatedBram Moolenaar
2018-02-10patch 8.0.1492: memory leak in balloon_split()Bram Moolenaar
2018-02-10patch 8.0.1491: the minimum width of the popup menu is hard codedBram Moolenaar
2018-02-10patch 8.0.1490: number of spell regions is spread out through the codeBram Moolenaar
2018-02-09patch 8.0.1489: there is no easy way to get the global directoryBram Moolenaar
2018-02-09patch 8.0.1488: emacs tags no longer workBram Moolenaar
2018-02-09patch 8.0.1487: test 14 failsBram Moolenaar
2018-02-09patch 8.0.1486: accessing invalid memory with "it"Bram Moolenaar
2018-02-09patch 8.0.1485: weird autocmd may cause arglist to be changed recursivelyBram Moolenaar
2018-02-09patch 8.0.1484: reduntant conditionsBram Moolenaar
2018-02-09patch 8.0.1483: searchpair() might return an invalid value on timeoutBram Moolenaar
2018-02-09patch 8.0.1482: using feedkeys() does not work to test completionBram Moolenaar
2018-02-09patch 8.0.1481: clearing a pointer takes two linesBram Moolenaar
2018-02-09patch 8.0.1480: patch missing changeBram Moolenaar
2018-02-09patch 8.0.1479: insert mode completion state is confusingBram Moolenaar