]> git.ipfire.org Git - thirdparty/vim.git/shortlog
thirdparty/vim.git
2019-07-28  Bram Moolenaarpatch 8.1.1771: options test fails on MS-Windows v8.1.1771
2019-07-28  Bram Moolenaarpatch 8.1.1770: cannot get the window ID of the popup... v8.1.1770
2019-07-28  Bram Moolenaarpatch 8.1.1769: 'shellslash' is also used for completion v8.1.1769
2019-07-28  Bram Moolenaarpatch 8.1.1768: man plugin changes setting in current... v8.1.1768
2019-07-28  Bram Moolenaarpatch 8.1.1767: FEAT_SESSION defined separately v8.1.1767
2019-07-28  Bram Moolenaarundo extra changes in src/Makefile
2019-07-28  Bram Moolenaarpatch 8.1.1766: code for writing session file is spread out v8.1.1766
2019-07-28  Bram Moolenaarpatch 8.1.1765: get(func, dict, def) does not work... v8.1.1765
2019-07-27  Bram Moolenaarpatch 8.1.1764: ":browse oldfiles" is not tested v8.1.1764
2019-07-27  Bram Moolenaarpatch 8.1.1763: evalfunc.c is still too big v8.1.1763
2019-07-27  Bram Moolenaarpatch 8.1.1762: some filetype rules are in the wrong... v8.1.1762
2019-07-27  Bram Moolenaarpatch 8.1.1761: filetype "vuejs" causes problems for... v8.1.1761
2019-07-27  Bram Moolenaarpatch 8.1.1760: extra line break for wrapping output... v8.1.1760
2019-07-27  Bram Moolenaarpatch 8.1.1759: no mode char for terminal mapping from... v8.1.1759
2019-07-27  Bram Moolenaarpatch 8.1.1758: count of g$ not used correctly when... v8.1.1758
2019-07-27  Bram Moolenaarpatch 8.1.1757: text added with appendbufline() isn... v8.1.1757
2019-07-27  Bram Moolenaarpatch 8.1.1756: autocommand that splits window messes... v8.1.1756
2019-07-26  Bram Moolenaarpatch 8.1.1755: leaking memory when using a popup windo... v8.1.1755
2019-07-26  Bram Moolenaarpatch 8.1.1754: build failure v8.1.1754
2019-07-26  Bram Moolenaarpatch 8.1.1753: use of popup window mask is inefficient v8.1.1753
2019-07-26  Bram Moolenaarpatch 8.1.1752: resizing hashtable is inefficient v8.1.1752
2019-07-26  Bram Moolenaarpatch 8.1.1751: when redrawing popups plines_win()... v8.1.1751
2019-07-26  Bram Moolenaarpatch 8.1.1750: depending on the terminal width :versio... v8.1.1750
2019-07-25  Bram Moolenaarpatch 8.1.1749: Coverity warns for using negative index v8.1.1749
2019-07-25  Bram Moolenaarpatch 8.1.1748: :args output is not aligned v8.1.1748
2019-07-25  Bram Moolenaarpatch 8.1.1747: compiler warning for unused variables v8.1.1747
2019-07-24  Bram Moolenaarpatch 8.1.1746: ":dl" is seen as ":dlist" instead of... v8.1.1746
2019-07-24  Bram Moolenaarpatch 8.1.1745: compiler warning for unused argument v8.1.1745
2019-07-24  Bram Moolenaarpatch 8.1.1744: build error without the conceal feature v8.1.1744
2019-07-24  Bram Moolenaarpatch 8.1.1743: 'hlsearch' and match highlighting in... v8.1.1743
2019-07-24  Bram Moolenaarpatch 8.1.1742: still some match functions in evalfunc.c v8.1.1742
2019-07-24  Bram Moolenaarpatch 8.1.1741: cleared/added match highlighting not... v8.1.1741
2019-07-24  Bram Moolenaarpatch 8.1.1740: exepath() doesn't work for "bin/cat" v8.1.1740
2019-07-24  Bram Moolenaarpatch 8.1.1739: deleted match highlighting not updated... v8.1.1739
2019-07-24  Bram Moolenaarpatch 8.1.1738: testing lambda with timer is slow v8.1.1738
2019-07-23  Bram Moolenaarpatch 8.1.1737: :args command that outputs one line... v8.1.1737
2019-07-23  Bram Moolenaarpatch 8.1.1736: viminfo support is spread out v8.1.1736
2019-07-22  Bram Moolenaarpatch 8.1.1735: can't build with tiny features v8.1.1735
2019-07-22  Bram Moolenaarpatch 8.1.1734: the evalfunc.c file is too big v8.1.1734
2019-07-22  Bram Moolenaarpatch 8.1.1733: the man ftplugin leaves an empty buffer... v8.1.1733
2019-07-22  Bram Moolenaarpatch 8.1.1732: completion in cmdwin does not work... v8.1.1732
2019-07-22  Bram Moolenaarpatch 8.1.1731: command line history not read from... v8.1.1731
2019-07-22  Bram Moolenaarpatch 8.1.1730: wrong place for mark viminfo support v8.1.1730
2019-07-21  Bram Moolenaarpatch 8.1.1729: heredoc with trim not properly handled... v8.1.1729
2019-07-21  Bram Moolenaarpatch 8.1.1728: wrong place for command line history... v8.1.1728
2019-07-21  Bram Moolenaarpatch 8.1.1727: code for viminfo support is spread out v8.1.1727
2019-07-21  Bram Moolenaarpatch 8.1.1726: the eval.txt help file is too big v8.1.1726
2019-07-21  Bram Moolenaarpatch 8.1.1725: MS-Windows: E325 message may use incorr... v8.1.1725
2019-07-21  Bram Moolenaarpatch 8.1.1724: too much overhead checking for CTRL... v8.1.1724
2019-07-21  Bram Moolenaarpatch 8.1.1723: heredoc assignment has no room for... v8.1.1723
2019-07-20  Bram Moolenaarpatch 8.1.1722: error when scriptversion is 2 a making... v8.1.1722
2019-07-20  Bram Moolenaarpatch 8.1.1721: build failure with normal features... v8.1.1721
2019-07-20  Bram Moolenaarpatch 8.1.1720: crash with very long %[] pattern v8.1.1720
2019-07-20  Bram Moolenaarpatch 8.1.1719: popup too wide when 'showbreak' is set v8.1.1719
2019-07-20  Bram Moolenaarpatch 8.1.1718: popup menu highlighting does not look... v8.1.1718
2019-07-20  Bram Moolenaarpatch 8.1.1717: last char in menu popup window highlighted v8.1.1717
2019-07-19  Bram Moolenaarpatch 8.1.1716: old style comments are wasting space v8.1.1716
2019-07-19  Bram Moolenaarpatch 8.1.1715: emoji characters are seen as word chara... v8.1.1715
2019-07-19  Bram MoolenaarUpdate runtime files
2019-07-18  Bram Moolenaarpatch 8.1.1714: cannot preview a file in a popup window v8.1.1714
2019-07-18  Bram Moolenaarpatch 8.1.1713: highlighting cursor line only works... v8.1.1713
2019-07-18  Bram Moolenaarpatch 8.1.1712: signs in number column cause text to... v8.1.1712
2019-07-17  Bram Moolenaarpatch 8.1.1711: listener callback called at the wrong... v8.1.1711
2019-07-17  Bram Moolenaarpatch 8.1.1710: Coverity found dead code v8.1.1710
2019-07-17  Bram Moolenaarpatch 8.1.1709: Coverity warns for possibly using a... v8.1.1709
2019-07-17  Bram Moolenaarpatch 8.1.1708: Coverity warns for using uninitialized... v8.1.1708
2019-07-17  Bram Moolenaarpatch 8.1.1707: Coverity warns for possibly using a... v8.1.1707
2019-07-17  Bram Moolenaarpatch 8.1.1706: typo in #ifdef v8.1.1706
2019-07-16  Bram Moolenaarpatch 8.1.1705: using ~{} for a literal dict is not... v8.1.1705
2019-07-16  Bram Moolenaarpatch 8.1.1704: C-R C-W does not work after C-G when... v8.1.1704
2019-07-16  Bram Moolenaarpatch 8.1.1703: breaking out of loop by checking window... v8.1.1703
2019-07-16  Bram Moolenaarpatch 8.1.1702: compiler warning for uninitialized... v8.1.1702
2019-07-16  Bram Moolenaarpatch 8.1.1701: Appveyor build with MSVC fails puts... v8.1.1701
2019-07-15  Bram Moolenaarpatch 8.1.1700: listener callback called for the wrong... v8.1.1700
2019-07-15  Bram Moolenaarpatch 8.1.1699: highlight_ga can be local instead of... v8.1.1699
2019-07-15  Bram Moolenaarpatch 8.1.1698: Appveyor build with MSVC fails v8.1.1698
2019-07-15  Bram Moolenaarpatch 8.1.1697: cannot build with MSVC v8.1.1697
2019-07-15  Bram Moolenaarpatch 8.1.1696: MSVC: link command line is too long v8.1.1696
2019-07-15  Bram Moolenaarpatch 8.1.1695: Windows 10: crash when cursor is at... v8.1.1695
2019-07-14  Bram Moolenaarpatch 8.1.1694: the RUN_VIM variable is longer than... v8.1.1694
2019-07-14  Bram Moolenaarpatch 8.1.1693: syntax coloring and highlighting is... v8.1.1693
2019-07-14  Bram Moolenaarpatch 8.1.1692: using *{} for literal dict is not backw... v8.1.1692
2019-07-14  Bram Moolenaarpatch 8.1.1691: diff test fails on some systems v8.1.1691
2019-07-14  Bram Moolenaarpatch 8.1.1690: default padding for popup window menu... v8.1.1690
2019-07-14  Bram Moolenaarpatch 8.1.1689: profiling code is spread out v8.1.1689
2019-07-14  Bram Moolenaarpatch 8.1.1688: old makefiles are no longer useful v8.1.1688
2019-07-14  Bram Moolenaarpatch 8.1.1687: the evalfunc.c file is too big v8.1.1687
2019-07-14  Bram Moolenaarpatch 8.1.1686: "*" of "*{" is recognized as multipy... v8.1.1686
2019-07-13  Bram Moolenaarpatch 8.1.1685: missing file in distributed file list v8.1.1685
2019-07-13  Bram MoolenaarUpdate runtime files
2019-07-13  Bram Moolenaarpatch 8.1.1684: profiling functionality is spread out v8.1.1684
2019-07-13  Bram Moolenaarpatch 8.1.1683: dictionary with string keys is longer... v8.1.1683
2019-07-13  Bram Moolenaarpatch 8.1.1682: placing a larger number of signs is... v8.1.1682
2019-07-13  Bram Moolenaarpatch 8.1.1681: insert stray "{" when listener gets... v8.1.1681
2019-07-13  Bram Moolenaarpatch 8.1.1680: the command table is not well aligned v8.1.1680
2019-07-13  Bram Moolenaarpatch 8.1.1679: test using SwapExists autocommand file... v8.1.1679
2019-07-13  Bram Moolenaarpatch 8.1.1678: using popup_menu() does not scroll... v8.1.1678
2019-07-13  Bram Moolenaarpatch 8.1.1677: tests get stuck when running into an... v8.1.1677
2019-07-13  Bram Moolenaarpatch 8.1.1676: "maxwidth" of popup window does not... v8.1.1676
2019-07-13  Bram Moolenaarpatch 8.1.1675: listener list not correctly updated... v8.1.1675
next