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.0989: various small code ugliness
v8.1.0989
Bram Moolenaar
2019-03-02
16
-39
/
+34
*
patch 8.1.0988: deleting location list buffer breaks location list window
v8.1.0988
Bram Moolenaar
2019-03-02
3
-13
/
+39
*
patch 8.1.0987: unnecessary condition in #ifdef
v8.1.0987
Bram Moolenaar
2019-03-02
3
-2
/
+4
*
patch 8.1.0986: rename() is not propertly tested
v8.1.0986
Bram Moolenaar
2019-03-02
4
-0
/
+122
*
patch 8.1.0985: crash with large number in regexp
v8.1.0985
Bram Moolenaar
2019-02-28
3
-3
/
+28
*
patch 8.1.0984: unnecessary #ifdefs
v8.1.0984
Bram Moolenaar
2019-02-27
2
-22
/
+4
*
patch 8.1.0983: checking __CYGWIN32__ unnecessarily
v8.1.0983
Bram Moolenaar
2019-02-26
4
-6
/
+8
*
patch 8.1.0982: update_cursor() called twice in :shell
v8.1.0982
Bram Moolenaar
2019-02-25
2
-1
/
+2
*
patch 8.1.0981: pasting in terminal insufficiently tested
v8.1.0981
Bram Moolenaar
2019-02-25
2
-0
/
+17
*
patch 8.1.0980: extend() insufficiently tested
v8.1.0980
Bram Moolenaar
2019-02-25
2
-6
/
+58
*
patch 8.1.0979: compiler warning for unused functions
v8.1.0979
Bram Moolenaar
2019-02-25
2
-1
/
+3
*
patch 8.1.0978: blob not tested with Perl
v8.1.0978
Bram Moolenaar
2019-02-23
3
-1
/
+10
*
patch 8.1.0977: blob not tested with Ruby
v8.1.0977
Bram Moolenaar
2019-02-23
3
-1
/
+13
*
patch 8.1.0976: dosinstall still has buffer overflow problems
v8.1.0976
Bram Moolenaar
2019-02-22
4
-32
/
+36
*
patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variable
v8.1.0975
Bram Moolenaar
2019-02-22
3
-5
/
+11
*
patch 8.1.0974: cannot switch from terminal window to previous tabpage
v8.1.0974
Bram Moolenaar
2019-02-22
4
-9
/
+24
*
patch 8.1.0973: pattern with syntax error gives threee error messages
v8.1.0973
Bram Moolenaar
2019-02-22
4
-6
/
+13
*
patch 8.1.0972: cannot switch from terminal window to next tabpage
v8.1.0972
Bram Moolenaar
2019-02-22
4
-2
/
+21
*
Update runtime files
Bram Moolenaar
2019-02-22
10
-431
/
+1320
*
patch 8.1.0971: failure for selecting quoted text object moves cursor
v8.1.0971
Bram Moolenaar
2019-02-22
3
-11
/
+54
*
patch 8.1.0970: text properties test fails when 'encoding' is not utf-8
v8.1.0970
Bram Moolenaar
2019-02-22
3
-2
/
+7
*
patch 8.1.0969: message written during startup is truncated
v8.1.0969
Bram Moolenaar
2019-02-22
3
-0
/
+19
*
patch 8.1.0968: crash when using search pattern \%Ufffffc23
v8.1.0968
Bram Moolenaar
2019-02-21
3
-1
/
+12
*
patch 8.1.0967: stray dependency in test Makefile
v8.1.0967
Bram Moolenaar
2019-02-21
2
-1
/
+3
*
patch 8.1.0966: one terminal test is flaky
v8.1.0966
Bram Moolenaar
2019-02-21
2
-0
/
+3
*
patch 8.1.0965: search test fails
v8.1.0965
Bram Moolenaar
2019-02-21
3
-2
/
+4
*
patch 8.1.0964: cannot see in CI why a screenshot test failed
v8.1.0964
Bram Moolenaar
2019-02-21
2
-1
/
+16
*
patch 8.1.0963: illegal memory access when using 'incsearch'
v8.1.0963
Bram Moolenaar
2019-02-21
4
-0
/
+40
*
patch 8.1.0962: building with MinGW and static libs doesn't work
v8.1.0962
Bram Moolenaar
2019-02-21
2
-1
/
+3
*
patch 8.1.0961: Mac: fsync may fail sometimes
v8.1.0961
Bram Moolenaar
2019-02-21
2
-1
/
+3
*
patch 8.1.0960: when using ConPTY garbage collection has undefined behavior
v8.1.0960
Bram Moolenaar
2019-02-20
2
-13
/
+13
*
patch 8.1.0959: sorting large numbers is not tested
v8.1.0959
Bram Moolenaar
2019-02-20
3
-12
/
+98
*
patch 8.1.0958: compiling weird regexp pattern is very slow
v8.1.0958
Bram Moolenaar
2019-02-20
5
-25
/
+84
*
patch 8.1.0957: Mac: fsync fails on network share
v8.1.0957
Bram Moolenaar
2019-02-20
2
-1
/
+3
*
patch 8.1.0956: using context:0 in 'diffopt' does not work well
v8.1.0956
Bram Moolenaar
2019-02-19
6
-1
/
+74
*
patch 8.1.0955: matchit autoload directory not in installer
v8.1.0955
Bram Moolenaar
2019-02-19
2
-0
/
+4
*
patch 8.1.0954: arguments of semsg() and siemsg() are not checked
v8.1.0954
Bram Moolenaar
2019-02-19
4
-4
/
+30
*
patch 8.1.0953: a very long file is truncated at 2^31 lines
v8.1.0953
Bram Moolenaar
2019-02-19
2
-10
/
+12
*
patch 8.1.0952: compilation warnings when building the MS-Windows installer
v8.1.0952
Bram Moolenaar
2019-02-18
4
-10
/
+12
*
patch 8.1.0951: using WIN64 even though it is never defined
v8.1.0951
Bram Moolenaar
2019-02-18
2
-1
/
+3
*
patch 8.1.0950: using :python sets 'pyxversion' even when not executed
v8.1.0950
Bram Moolenaar
2019-02-18
5
-6
/
+24
*
patch 8.1.0949: MS-windows defines GUI macros different than other systems
v8.1.0949
Bram Moolenaar
2019-02-18
8
-22
/
+21
*
patch 8.1.0948: when built without +eval "Vim --clean" produces errors
v8.1.0948
Bram Moolenaar
2019-02-18
2
-23
/
+30
*
patch 8.1.0947: using MSWIN before it is defined
v8.1.0947
Bram Moolenaar
2019-02-18
2
-16
/
+20
*
Revert change accidentally included in runtime file updates. Closes #3998.
Bram Moolenaar
2019-02-18
1
-2
/
+2
*
patch 8.1.0946: Coveralls is not very useful
v8.1.0946
Bram Moolenaar
2019-02-17
2
-2
/
+4
*
Update runtime files.
Bram Moolenaar
2019-02-17
39
-361
/
+984
*
patch 8.1.0945: internal error when using pattern with NL in the range
v8.1.0945
Bram Moolenaar
2019-02-17
3
-2
/
+13
*
patch 8.1.0944: format of nbdbg() arguments is not checked
v8.1.0944
Bram Moolenaar
2019-02-17
3
-6
/
+12
*
patch 8.1.0943: still a trace of Farsi support
v8.1.0943
Bram Moolenaar
2019-02-17
2
-11
/
+3
[next]