]> granicus.if.org Git - vim/shortlog
vim
2019-08-01 Bram Moolenaarpatch 8.1.1788: missing changes in proto file v8.1.1788
2019-08-01 Bram Moolenaarpatch 8.1.1787: cannot resize a popup window v8.1.1787
2019-08-01 Bram Moolenaarpatch 8.1.1786: double click in popup scrollbar starts... v8.1.1786
2019-08-01 Bram Moolenaarpatch 8.1.1785: map functionality mixed with character... v8.1.1785
2019-08-01 Bram Moolenaarpatch 8.1.1784: MS-Windows: resolve() does not work... v8.1.1784
2019-07-31 Bram Moolenaarpatch 8.1.1783: MS-Windows: compiler test may fail... v8.1.1783
2019-07-31 Bram MoolenaarUpdate runtime files.
2019-07-31 Bram Moolenaarpatch 8.1.1782: MS-Windows: system() has temp file... v8.1.1782
2019-07-31 Bram Moolenaarpatch 8.1.1781: Amiga: no builtin OS readable version... v8.1.1781
2019-07-31 Bram Moolenaarpatch 8.1.1780: warning for file no longer available... v8.1.1780
2019-07-30 Bram Moolenaarpatch 8.1.1779: not showing the popup window right... v8.1.1779
2019-07-30 Bram Moolenaarpatch 8.1.1778: not showing the popup window right... v8.1.1778
2019-07-29 Bram Moolenaarpatch 8.1.1777: useless checks for job feature in chann... v8.1.1777
2019-07-29 Bram Moolenaarpatch 8.1.1776: text added with a job isn't displayed v8.1.1776
2019-07-29 Bram Moolenaarpatch 8.1.1775: error message may be empty in filetype... v8.1.1775
2019-07-29 Bram Moolenaarpatch 8.1.1774: test is silently skipped v8.1.1774
2019-07-28 Bram Moolenaarpatch 8.1.1773: the preview popup window may be too... v8.1.1773
2019-07-28 Bram Moolenaarpatch 8.1.1772: options test still fails on MS-Windows v8.1.1772
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
next