index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.1927: code for dealing with script files is spread out
v8.1.1927
Bram Moolenaar
2019-08-25
14
-1732
/
+1751
*
patch 8.1.1926: cursorline not redrawn when putting a line above the cursor
v8.1.1926
Bram Moolenaar
2019-08-25
2
-3
/
+10
*
patch 8.1.1925: more functions can be used as methods
v8.1.1925
Bram Moolenaar
2019-08-24
15
-46
/
+110
*
patch 8.1.1924: using empty string for current buffer is unexpected
v8.1.1924
Bram Moolenaar
2019-08-24
4
-24
/
+37
*
patch 8.1.1923: some source files are not in a normal encoding
v8.1.1923
Bram Moolenaar
2019-08-24
4
-498
/
+500
*
patch 8.1.1922: in diff mode global operations can be very slow
v8.1.1922
Bram Moolenaar
2019-08-24
6
-3
/
+21
*
patch 8.1.1921: more functions can be used as methods
v8.1.1921
Bram Moolenaar
2019-08-24
13
-44
/
+109
*
patch 8.1.1920: cannot always close a popup when filter consumes all events
v8.1.1920
Bram Moolenaar
2019-08-24
7
-10
/
+65
*
patch 8.1.1919: using window options when passing a buffer to popup_create()
v8.1.1919
Bram Moolenaar
2019-08-24
5
-3
/
+18
*
patch 8.1.1918: redrawing popups is inefficient
v8.1.1918
Bram Moolenaar
2019-08-24
2
-14
/
+19
*
patch 8.1.1917: non-current window is not redrawn when moving popup
v8.1.1917
Bram Moolenaar
2019-08-24
6
-35
/
+43
*
patch 8.1.1916: trying to allocate negative amount of memory closing popup
v8.1.1916
Bram Moolenaar
2019-08-24
2
-1
/
+8
*
patch 8.1.1915: more functions can be used as methods
v8.1.1915
Bram Moolenaar
2019-08-23
12
-31
/
+84
*
patch 8.1.1914: command line expansion code is spread out
v8.1.1914
Bram Moolenaar
2019-08-23
4
-862
/
+858
*
patch 8.1.1913: not easy to compute the space on the command line
v8.1.1913
Bram Moolenaar
2019-08-23
6
-1
/
+34
*
patch 8.1.1912: more functions can be used as methods
v8.1.1912
Bram Moolenaar
2019-08-22
4
-48
/
+116
*
patch 8.1.1911: more functions can be used as methods
v8.1.1911
Bram Moolenaar
2019-08-22
6
-29
/
+51
*
patch 8.1.1910: redrawing too much when toggling 'relativenumber'
v8.1.1910
Bram Moolenaar
2019-08-22
2
-2
/
+22
*
patch 8.1.1909: more functions can be used as methods
v8.1.1909
Bram Moolenaar
2019-08-21
8
-20
/
+42
*
patch 8.1.1908: every popup window consumes a buffer number
v8.1.1908
Bram Moolenaar
2019-08-21
8
-28
/
+75
*
patch 8.1.1907: wrong position for info popup with scrollbar on the left
v8.1.1907
Bram Moolenaar
2019-08-21
12
-36
/
+60
*
patch 8.1.1906: info popup size is sometimes incorrect
v8.1.1906
Bram Moolenaar
2019-08-21
2
-42
/
+51
*
patch 8.1.1905: cannot set all properties of the info popup
v8.1.1905
Bram Moolenaar
2019-08-21
10
-28
/
+87
*
patch 8.1.1904: cannot have an info popup align with the popup menu
v8.1.1904
Bram Moolenaar
2019-08-21
9
-1
/
+116
*
patch 8.1.1903: cannot build without the +eval feature
v8.1.1903
Bram Moolenaar
2019-08-21
3
-186
/
+205
*
patch 8.1.1902: cannot have an info popup without a border
v8.1.1902
Bram Moolenaar
2019-08-21
7
-8
/
+67
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
34
-383
/
+85
*
patch 8.1.1900: sign test fails in the GUI
v8.1.1900
Bram Moolenaar
2019-08-21
2
-21
/
+26
*
patch 8.1.1899: sign_place() does not work as documented
v8.1.1899
Bram Moolenaar
2019-08-21
3
-5
/
+28
*
patch 8.1.1898: crash when out of memory during startup
v8.1.1898
Bram Moolenaar
2019-08-21
2
-3
/
+10
*
patch 8.1.1897: may free memory twice when out of memory
v8.1.1897
Bram Moolenaar
2019-08-21
3
-4
/
+10
*
patch 8.1.1896: compiler warning for unused variable
v8.1.1896
Bram Moolenaar
2019-08-20
2
-3
/
+7
*
patch 8.1.1895: using NULL pointer when out of memory
v8.1.1895
Bram Moolenaar
2019-08-20
5
-12
/
+35
*
patch 8.1.1894: not checking for out-of-memory of autoload_name()
v8.1.1894
Bram Moolenaar
2019-08-20
2
-1
/
+5
*
patch 8.1.1893: script to summarize test results can be improved
v8.1.1893
Bram Moolenaar
2019-08-20
2
-8
/
+10
*
patch 8.1.1892: missing index entry and option menu for 'completepopup'
v8.1.1892
Bram Moolenaar
2019-08-20
6
-5
/
+26
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
67
-178
/
+162
*
patch 8.1.1890: ml_get error when deleting fold marker
v8.1.1890
Bram Moolenaar
2019-08-19
4
-5
/
+32
*
patch 8.1.1889: Coverity warns for using a NULL pointer
v8.1.1889
Bram Moolenaar
2019-08-19
2
-5
/
+8
*
patch 8.1.1888: more functions can be used as methods
v8.1.1888
Bram Moolenaar
2019-08-18
9
-39
/
+79
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
29
-198
/
+37
*
patch 8.1.1886: command line expansion code is spread out
v8.1.1886
Bram Moolenaar
2019-08-18
15
-2131
/
+2145
*
patch 8.1.1885: comments in libvterm are inconsistent
v8.1.1885
Bram Moolenaar
2019-08-18
18
-298
/
+526
*
patch 8.1.1884: cannot use mouse scroll wheel in popup in Insert mode
v8.1.1884
Bram Moolenaar
2019-08-18
4
-2
/
+48
*
patch 8.1.1883: options test fails
v8.1.1883
Bram Moolenaar
2019-08-18
2
-0
/
+3
*
patch 8.1.1882: cannot specify properties of the info popup window
v8.1.1882
Bram Moolenaar
2019-08-18
12
-66
/
+131
*
patch 8.1.1881: popup window test fails in some configurations
v8.1.1881
Bram Moolenaar
2019-08-18
2
-0
/
+4
*
patch 8.1.1880: cannot show extra info for completion in a popup window
v8.1.1880
Bram Moolenaar
2019-08-18
17
-56
/
+310
*
patch 8.1.1879: more functions can be used as methods
v8.1.1879
Bram Moolenaar
2019-08-17
4
-29
/
+163
*
patch 8.1.1878: negative float before method not parsed correctly
v8.1.1878
Bram Moolenaar
2019-08-17
5
-56
/
+87
[next]