summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.0.1517: invalid memory acces with pattern using look-behind matchv8.0.1517Bram Moolenaar2018-02-132-1/+8
* patch 8.0.1516: errors for job options are not very specificv8.0.1516Bram Moolenaar2018-02-133-17/+21
* patch 8.0.1515: BufWinEnter event fired when opening hidden terminalv8.0.1515Bram Moolenaar2018-02-132-3/+8
* patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar2018-02-137-0/+124
* patch 8.0.1513: the jumplist is not always properly cleaned upv8.0.1513Bram Moolenaar2018-02-134-10/+24
* patch 8.0.1512: warning for possibly using NULL pointerv8.0.1512Bram Moolenaar2018-02-132-1/+3
* patch 8.0.1511: some code for the debugger watch expression is clumsyv8.0.1511Bram Moolenaar2018-02-134-202/+187
* patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar2018-02-139-2/+65
* patch 8.0.1509: test for failing drag-n-drop command no longer failsv8.0.1509Bram Moolenaar2018-02-122-1/+7
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-127-45/+34
* patch 8.0.1507: timer test is a bit flakyv8.0.1507Bram Moolenaar2018-02-122-0/+3
* patch 8.0.1506: new version of HP NonStop (Tandem) doesn't like a headerv8.0.1506Bram Moolenaar2018-02-122-0/+6
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-1110-261/+460
* patch 8.0.1504: Win32: the screen may be cleared on startupv8.0.1504Bram Moolenaar2018-02-112-1/+9
* patch 8.0.1503: access memory beyond end of stringv8.0.1503Bram Moolenaar2018-02-112-9/+6
* patch 8.0.1502: in out-of-memory situation character is not restoredv8.0.1502Bram Moolenaar2018-02-112-14/+13
* patch 8.0.1501: out-of-memory situation not correctly handledv8.0.1501Bram Moolenaar2018-02-112-0/+4
* patch 8.0.1500: possible NULL pointer dereferencev8.0.1500Bram Moolenaar2018-02-112-9/+9
* patch 8.0.1499: out-of-memory situation not correctly handledv8.0.1499Bram Moolenaar2018-02-112-0/+4
* patch 8.0.1498: getjumplist() returns duplicate entriesv8.0.1498Bram Moolenaar2018-02-115-31/+35
* patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar2018-02-109-5/+170
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-1054-466/+234
* patch 8.0.1495: having 'pumwidth' default to zero has no meritv8.0.1495Bram Moolenaar2018-02-103-25/+18
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-1010-19/+112
* patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar2018-02-105-6/+137
* patch 8.0.1492: memory leak in balloon_split()v8.0.1492Bram Moolenaar2018-02-103-0/+8
* patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491Bram Moolenaar2018-02-105-8/+98
* patch 8.0.1490: number of spell regions is spread out through the codev8.0.1490Bram Moolenaar2018-02-103-10/+16
* Update runtime files.Bram Moolenaar2018-02-0938-584/+773
* patch 8.0.1489: there is no easy way to get the global directoryv8.0.1489Bram Moolenaar2018-02-094-7/+26
* patch 8.0.1488: emacs tags no longer workv8.0.1488Bram Moolenaar2018-02-093-5/+32
* patch 8.0.1487: test 14 failsv8.0.1487Bram Moolenaar2018-02-092-1/+3
* patch 8.0.1486: accessing invalid memory with "it"v8.0.1486Bram Moolenaar2018-02-093-3/+18
* patch 8.0.1485: weird autocmd may cause arglist to be changed recursivelyv8.0.1485Bram Moolenaar2018-02-093-0/+17
* patch 8.0.1484: reduntant conditionsv8.0.1484Bram Moolenaar2018-02-092-3/+4
* patch 8.0.1483: searchpair() might return an invalid value on timeoutv8.0.1483Bram Moolenaar2018-02-092-0/+11
* patch 8.0.1482: using feedkeys() does not work to test completionv8.0.1482Bram Moolenaar2018-02-095-14/+27
* patch 8.0.1481: clearing a pointer takes two linesv8.0.1481Bram Moolenaar2018-02-094-25/+30
* patch 8.0.1480: patch missing changev8.0.1480Bram Moolenaar2018-02-092-1/+3
* patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar2018-02-096-59/+92
* patch 8.0.1478: unnecessary conditionv8.0.1478Bram Moolenaar2018-02-082-1/+3
* patch 8.0.1477: redraw flicker when moving the mouse outside of terminal windowv8.0.1477Bram Moolenaar2018-02-082-16/+61
* patch 8.0.1476: screen isn't always updated right awayv8.0.1476Bram Moolenaar2018-02-082-3/+4
* patch 8.0.1475: invalid memory access in read_redo()v8.0.1475Bram Moolenaar2018-02-065-11/+43
* patch 8.0.1474: Visual C 2017 has multiple MSVCVER numbersv8.0.1474Bram Moolenaar2018-02-062-1/+4
* patch 8.0.1473: MS-Windows: D&D fails between 32 and 64 bit appsv8.0.1473Bram Moolenaar2018-02-042-0/+9
* patch 8.0.1472: MS-Windows: nsis installer is a bit slowv8.0.1472Bram Moolenaar2018-02-042-6/+11
* patch 8.0.1471: on MS-Windows CursorIM highlighting no longer worksv8.0.1471Bram Moolenaar2018-02-042-2/+4
* patch 8.0.1470: integer overflow when using regexp patternv8.0.1470Bram Moolenaar2018-02-042-10/+19
* patch 8.0.1469: when package path is a symlink 'runtimepath' is wrongv8.0.1469Bram Moolenaar2018-02-043-112/+178