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
path:
root
/
src
/
misc2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0256: time and timer related code is spread out
v8.2.0256
Bram Moolenaar
2020-02-14
1
-82
/
+0
*
patch 8.2.0026: still some /* */ comments
v8.2.0026
Bram Moolenaar
2019-12-21
1
-274
/
+273
*
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted
v8.2.0004
Bram Moolenaar
2019-12-14
1
-1
/
+1
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-1
/
+1
*
patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrong
v8.1.2299
Bram Moolenaar
2019-11-13
1
-1
/
+1
*
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
v8.1.2145
Bram Moolenaar
2019-10-13
1
-18
/
+39
*
patch 8.1.2140: "gk" and "gj" do not work correctly in number column
v8.1.2140
Bram Moolenaar
2019-10-12
1
-5
/
+7
*
patch 8.1.2092: MS-Windows: redirect in system() does not work
v8.1.2092
Bram Moolenaar
2019-09-28
1
-6
/
+6
*
patch 8.1.2062: the mouse code is spread out
v8.1.2062
Bram Moolenaar
2019-09-21
1
-98
/
+0
*
patch 8.1.2042: the evalfunc.c file is too big
v8.1.2042
Bram Moolenaar
2019-09-15
1
-76
/
+0
*
patch 8.1.2027: MS-Windows: problem with ambiwidth characters
v8.1.2027
Bram Moolenaar
2019-09-13
1
-0
/
+19
*
patch 8.1.1985: code for dealing with paths is spread out
v8.1.1985
Bram Moolenaar
2019-09-04
1
-76
/
+0
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-3
/
+1
*
patch 8.1.1898: crash when out of memory during startup
v8.1.1898
Bram Moolenaar
2019-08-21
1
-3
/
+8
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+1
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-4
/
+0
*
patch 8.1.1857: cannot use modifier with multi-byte character
v8.1.1857
Bram Moolenaar
2019-08-16
1
-4
/
+4
*
patch 8.1.1851: crash when sound_playfile() callback plays sound
v8.1.1851
Bram Moolenaar
2019-08-15
1
-0
/
+4
*
patch 8.1.1823: command line history code is spread out
v8.1.1823
Bram Moolenaar
2019-08-06
1
-4
/
+0
*
patch 8.1.1766: code for writing session file is spread out
v8.1.1766
Bram Moolenaar
2019-07-28
1
-77
/
+0
*
patch 8.1.1703: breaking out of loop by checking window pointer insufficient
v8.1.1703
Bram Moolenaar
2019-07-16
1
-4
/
+5
*
patch 8.1.1641: garbage collection may run at a wrong moment
v8.1.1641
Bram Moolenaar
2019-07-07
1
-0
/
+9
*
patch 8.1.1632: build with EXITFREE but without +arabic fails
v8.1.1632
Bram Moolenaar
2019-07-04
1
-9
/
+11
*
patch 8.1.1630: various small problems
v8.1.1630
Bram Moolenaar
2019-07-04
1
-2
/
+0
*
patch 8.1.1515: memory leak reported for sound when build with EXITFREE
v8.1.1515
Bram Moolenaar
2019-06-10
1
-0
/
+3
*
patch 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions'
v8.1.1514
Bram Moolenaar
2019-06-10
1
-9
/
+1
*
patch 8.1.1500: wrong shell command when building with VIMDLL and "!" in 'go'
v8.1.1500
Bram Moolenaar
2019-06-08
1
-1
/
+5
*
patch 8.1.1492: MS-Windows: when "!" is in 'guioptions' ":!start" fails
v8.1.1492
Bram Moolenaar
2019-06-08
1
-1
/
+5
*
patch 8.1.1441: popup window filter not yet implemented
v8.1.1441
Bram Moolenaar
2019-06-01
1
-3
/
+17
*
patch 8.1.1439: json_encode() is very slow for large results
v8.1.1439
Bram Moolenaar
2019-06-01
1
-0
/
+7
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-23
/
+22
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-62
/
+44
*
patch 8.1.1355: obvious mistakes are accepted as valid expressions
v8.1.1355
Bram Moolenaar
2019-05-19
1
-2
/
+12
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-8
/
+1
*
patch 8.1.1300: in a terminal 'ballooneval' does not work right away
v8.1.1300
Bram Moolenaar
2019-05-08
1
-0
/
+1
*
patch 8.1.1259: crash when exiting early
v8.1.1259
Bram Moolenaar
2019-05-03
1
-21
/
+30
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
1
-0
/
+77
*
patch 8.1.1210: support for user commands is spread out
v8.1.1210
Bram Moolenaar
2019-04-27
1
-3
/
+3
*
patch 8.1.1076: file for Insert mode is much too big
v8.1.1076
Bram Moolenaar
2019-03-30
1
-0
/
+1
*
patch 8.1.1034: too many #ifdefs
v8.1.1034
Bram Moolenaar
2019-03-22
1
-2
/
+0
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-7
/
+7
*
patch 8.1.0914: code related to findfile() is spread out
v8.1.0914
Bram Moolenaar
2019-02-13
1
-1926
/
+0
*
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
v8.1.0864
Bram Moolenaar
2019-01-31
1
-4
/
+5
*
patch 8.1.0845: having job_status() free the job causes problems
v8.1.0845
Bram Moolenaar
2019-01-29
1
-0
/
+3
*
patch 8.1.0843: memory leak when running "make test_cd"
v8.1.0843
Bram Moolenaar
2019-01-29
1
-0
/
+15
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-31
/
+2
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-48
/
+5
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+4
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-6
/
+6
[next]