summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1741: cleared/added match highlighting not updated in other windowv8.1.1741Bram Moolenaar2019-07-245-10/+65
* patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar2019-07-244-5/+13
* patch 8.1.1739: deleted match highlighting not updated in other windowv8.1.1739Bram Moolenaar2019-07-245-1/+40
* patch 8.1.1738: testing lambda with timer is slowv8.1.1738Bram Moolenaar2019-07-242-7/+21
* patch 8.1.1737: :args command that outputs one line gives more promptv8.1.1737Bram Moolenaar2019-07-232-13/+9
* patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar2019-07-2313-1739/+1793
* patch 8.1.1735: can't build with tiny featuresv8.1.1735Bram Moolenaar2019-07-223-13/+19
* patch 8.1.1734: the evalfunc.c file is too bigv8.1.1734Bram Moolenaar2019-07-2210-609/+616
* patch 8.1.1733: the man ftplugin leaves an empty buffer behindv8.1.1733Bram Moolenaar2019-07-222-0/+30
* patch 8.1.1732: completion in cmdwin does not work for buffer-local commandsv8.1.1732Bram Moolenaar2019-07-223-4/+37
* patch 8.1.1731: command line history not read from viminfo on startupv8.1.1731Bram Moolenaar2019-07-223-2/+11
* patch 8.1.1730: wrong place for mark viminfo supportv8.1.1730Bram Moolenaar2019-07-227-814/+813
* patch 8.1.1729: heredoc with trim not properly handled in functionv8.1.1729Bram Moolenaar2019-07-213-14/+34
* patch 8.1.1728: wrong place for command line history viminfo supportv8.1.1728Bram Moolenaar2019-07-215-477/+525
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-2118-1452/+1479
* patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar2019-07-211-0/+2
* patch 8.1.1725: MS-Windows: E325 message may use incorrect date formatv8.1.1725Bram Moolenaar2019-07-212-1/+20
* patch 8.1.1724: too much overhead checking for CTRL-C while processing textv8.1.1724Bram Moolenaar2019-07-214-10/+8
* patch 8.1.1723: heredoc assignment has no room for new featuresv8.1.1723Bram Moolenaar2019-07-213-12/+36
* patch 8.1.1722: error when scriptversion is 2 a making a dictionary accessv8.1.1722Bram Moolenaar2019-07-203-6/+20
* patch 8.1.1721: build failure with normal features without netbeans interfacev8.1.1721Bram Moolenaar2019-07-202-1/+3
* patch 8.1.1720: crash with very long %[] patternv8.1.1720Bram Moolenaar2019-07-203-0/+17
* patch 8.1.1719: popup too wide when 'showbreak' is setv8.1.1719Bram Moolenaar2019-07-204-3/+43
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-2014-27/+75
* patch 8.1.1717: last char in menu popup window highlightedv8.1.1717Bram Moolenaar2019-07-204-5/+84
* patch 8.1.1716: old style comments are wasting spacev8.1.1716Bram Moolenaar2019-07-192-470/+472
* patch 8.1.1715: emoji characters are seen as word characters for spellingv8.1.1715Bram Moolenaar2019-07-192-1/+3
* Update runtime filesBram Moolenaar2019-07-191-339/+338
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-1810-65/+301
* patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar2019-07-1814-24/+327
* patch 8.1.1712: signs in number column cause text to be misalignedv8.1.1712Bram Moolenaar2019-07-183-2/+16
* patch 8.1.1711: listener callback called at the wrong momentv8.1.1711Bram Moolenaar2019-07-172-8/+11
* patch 8.1.1710: Coverity found dead codev8.1.1710Bram Moolenaar2019-07-172-43/+12
* patch 8.1.1709: Coverity warns for possibly using a NULL pointerv8.1.1709Bram Moolenaar2019-07-173-10/+13
* 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-164-167/+168
* 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-161-0/+2
* 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-151-0/+2
* 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-1414-3691/+3719