summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1708: Coverity warns for using uninitialized variablev8.1.1708Bram Moolenaar2019-07-172-0/+4
* patch 8.1.1707: Coverity warns for possibly using a NULL pointerv8.1.1707Bram Moolenaar2019-07-173-4/+9
* patch 8.1.1706: typo in #ifdefv8.1.1706Bram Moolenaar2019-07-172-1/+3
* patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar2019-07-166-181/+182
* patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'v8.1.1704Bram Moolenaar2019-07-163-3/+10
* patch 8.1.1703: breaking out of loop by checking window pointer insufficientv8.1.1703Bram Moolenaar2019-07-162-4/+7
* patch 8.1.1702: compiler warning for uninitialized variablev8.1.1702Bram Moolenaar2019-07-162-1/+3
* patch 8.1.1701: Appveyor build with MSVC fails puts progress bar in logv8.1.1701Bram Moolenaar2019-07-162-6/+9
* patch 8.1.1700: listener callback called for the wrong bufferv8.1.1700Bram Moolenaar2019-07-152-59/+75
* patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699Bram Moolenaar2019-07-156-70/+102
* patch 8.1.1698: Appveyor build with MSVC failsv8.1.1698Bram Moolenaar2019-07-152-5/+8
* patch 8.1.1697: cannot build with MSVCv8.1.1697Bram Moolenaar2019-07-152-6/+8
* patch 8.1.1696: MSVC: link command line is too longv8.1.1696Bram Moolenaar2019-07-152-8/+17
* patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminalv8.1.1695Bram Moolenaar2019-07-152-0/+8
* patch 8.1.1694: the RUN_VIM variable is longer than neededv8.1.1694Bram Moolenaar2019-07-143-3/+5
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-1415-3691/+3721
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-1414-188/+201
* patch 8.1.1691: diff test fails on some systemsv8.1.1691Bram Moolenaar2019-07-142-0/+3
* patch 8.1.1690: default padding for popup window menu is too muchv8.1.1690Bram Moolenaar2019-07-1412-43/+45
* patch 8.1.1689: profiling code is spread outv8.1.1689Bram Moolenaar2019-07-148-395/+393
* patch 8.1.1688: old makefiles are no longer usefulv8.1.1688Bram Moolenaar2019-07-145-1241/+2
* patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar2019-07-1414-1005/+1026
* patch 8.1.1686: "*" of "*{" is recognized as multipy operatorv8.1.1686Bram Moolenaar2019-07-143-1/+4
* patch 8.1.1685: missing file in distributed file listv8.1.1685Bram Moolenaar2019-07-132-0/+3
* Update runtime filesBram Moolenaar2019-07-1315-164/+204
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-1320-755/+832
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-1315-344/+396
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-137-128/+605
* patch 8.1.1681: insert stray "{" when listener gets buffer linev8.1.1681Bram Moolenaar2019-07-133-1/+31
* patch 8.1.1680: the command table is not well alignedv8.1.1680Bram Moolenaar2019-07-132-1415/+1417
* patch 8.1.1679: test using SwapExists autocommand file may failv8.1.1679Bram Moolenaar2019-07-132-0/+4
* patch 8.1.1678: using popup_menu() does not scroll to show the selected linev8.1.1678Bram Moolenaar2019-07-139-0/+114
* patch 8.1.1677: tests get stuck when running into an existing swapfilev8.1.1677Bram Moolenaar2019-07-132-1/+7
* patch 8.1.1676: "maxwidth" of popup window does not always work properlyv8.1.1676Bram Moolenaar2019-07-134-0/+64
* patch 8.1.1675: listener list not correctly updated on listener_remove()v8.1.1675Bram Moolenaar2019-07-132-2/+9
* patch 8.1.1674: script to check a colorscheme can be improvedv8.1.1674Bram Moolenaar2019-07-122-23/+28
* patch 8.1.1673: cannot easily find the popup window at a certain positionv8.1.1673Bram Moolenaar2019-07-126-1/+32
* patch 8.1.1672: "make cmdidxs" doesn't workv8.1.1672Bram Moolenaar2019-07-122-7/+9
* patch 8.1.1671: copying a blob may result in it being lockedv8.1.1671Bram Moolenaar2019-07-123-0/+7
* patch 8.1.1670: sign column not always properly alignedv8.1.1670Bram Moolenaar2019-07-122-3/+8
* patch 8.1.1669: Travis: test results section is closed even when failedv8.1.1669Bram Moolenaar2019-07-122-2/+7
* patch 8.1.1668: popup window test is a bit flaky on some systemsv8.1.1668Bram Moolenaar2019-07-122-0/+5
* patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-127-1236/+1234
* patch 8.1.1666: click in popup window scrollbar with border doesn't scrollv8.1.1666Bram Moolenaar2019-07-124-7/+10
* patch 8.1.1665: crash when popup window with mask is below the screenv8.1.1665Bram Moolenaar2019-07-124-2/+23
* patch 8.1.1664: GUI resize may cause changing Rows at a bad timev8.1.1664Bram Moolenaar2019-07-122-1/+7
* patch 8.1.1663: compiler warning for using size_tv8.1.1663Bram Moolenaar2019-07-122-1/+3
* patch 8.1.1662: cannot build uninstal.exe with some version of MinGWv8.1.1662Bram Moolenaar2019-07-112-1/+3
* patch 8.1.1661: cannot build with +textprop but without +balloon_evalv8.1.1661Bram Moolenaar2019-07-102-5/+8
* patch 8.1.1660: assert_fails() does not fail inside try/catchv8.1.1660Bram Moolenaar2019-07-103-1/+14