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
/
ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-1
/
+1
*
patch 8.2.0963: number increment/decrement does not work with 'virtualedit'
v8.2.0963
Bram Moolenaar
2020-06-12
1
-1
/
+10
*
patch 8.2.0901: formatting CJK text isn't optimal
v8.2.0901
Bram Moolenaar
2020-06-04
1
-1
/
+4
*
patch 8.2.0881: compiler warning for argument type
v8.2.0881
Bram Moolenaar
2020-06-01
1
-1
/
+1
*
patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers
v8.2.0860
Bram Moolenaar
2020-05-31
1
-25
/
+40
*
patch 8.2.0845: text properties crossing lines not handled correctly
v8.2.0845
Bram Moolenaar
2020-05-30
1
-30
/
+21
*
patch 8.2.0674: some source files are too big
v8.2.0674
Bram Moolenaar
2020-05-01
1
-590
/
+0
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-1
/
+1
*
patch 8.2.0443: clipboard code is spread out
v8.2.0443
Bram Moolenaar
2020-03-24
1
-107
/
+0
*
patch 8.2.0436: no warnings for incorrect printf arguments
v8.2.0436
Bram Moolenaar
2020-03-23
1
-1
/
+1
*
patch 8.2.0389: delayed redraw when shifting text from Insert mode
v8.2.0389
Bram Moolenaar
2020-03-15
1
-1
/
+1
*
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
v8.2.0296
Bram Moolenaar
2020-02-22
1
-24
/
+20
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set
v8.2.0147
Bram Moolenaar
2020-01-23
1
-15
/
+11
*
patch 8.2.0063: wrong size argument to vim_snprintf()
v8.2.0063
Bram Moolenaar
2019-12-30
1
-1
/
+5
*
patch 8.2.0018: :join does not add white space where it should
v8.2.0018
Bram Moolenaar
2019-12-17
1
-1
/
+1
*
patch 8.2.0002: "dj" only deletes first line of closed fold
v8.2.0002
Bram Moolenaar
2019-12-13
1
-1
/
+2
*
patch 8.1.2392: using old C style comments
v8.1.2392
Bram Moolenaar
2019-12-05
1
-358
/
+351
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-5
/
+5
*
patch 8.1.2302: :lockmarks does not work for '[ and ']
v8.1.2302
Bram Moolenaar
2019-11-16
1
-30
/
+47
*
patch 8.1.2293: join adds trailing space when second line is empty
v8.1.2293
Bram Moolenaar
2019-11-12
1
-1
/
+2
*
patch 8.1.2281: 'showbreak' cannot be set for one window
v8.1.2281
Bram Moolenaar
2019-11-09
1
-0
/
+3
*
patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char
v8.1.2235
Bram Moolenaar
2019-10-31
1
-0
/
+2
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-2
/
+0
*
patch 8.1.2127: the indent.c file is a bit big
v8.1.2127
Bram Moolenaar
2019-10-09
1
-107
/
+0
*
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-10-06
1
-2
/
+2
*
patch 8.1.2104: the normal.c file is too big
v8.1.2104
Bram Moolenaar
2019-09-30
1
-5
/
+936
*
patch 8.1.2096: too many #ifdefs
v8.1.2096
Bram Moolenaar
2019-09-28
1
-89
/
+17
*
patch 8.1.2077: the ops.c file is too big
v8.1.2077
Bram Moolenaar
2019-09-25
1
-3093
/
+4
*
patch 8.1.2045: the option.c file is too big
v8.1.2045
Bram Moolenaar
2019-09-16
1
-27
/
+25
*
patch 8.1.2026: possibly using uninitialized memory
v8.1.2026
Bram Moolenaar
2019-09-13
1
-2
/
+2
*
patch 8.1.1895: using NULL pointer when out of memory
v8.1.1895
Bram Moolenaar
2019-08-20
1
-0
/
+5
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-2
/
+5
*
patch 8.1.1823: command line history code is spread out
v8.1.1823
Bram Moolenaar
2019-08-06
1
-2
/
+0
*
patch 8.1.1736: viminfo support is spread out
v8.1.1736
Bram Moolenaar
2019-07-23
1
-433
/
+37
*
patch 8.1.1588: in :let-heredoc line continuation is recognized
v8.1.1588
Bram Moolenaar
2019-06-25
1
-1
/
+1
*
patch 8.1.1531: clipboard type name is inconsistent
v8.1.1531
Bram Moolenaar
2019-06-14
1
-4
/
+4
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-21
/
+15
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-1
/
+1
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-13
/
+13
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-28
/
+23
*
patch 8.1.1359: text property wrong after :substitute with backslash
v8.1.1359
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1355: obvious mistakes are accepted as valid expressions
v8.1.1355
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1351: text property wrong after :substitute
v8.1.1351
Bram Moolenaar
2019-05-19
1
-1
/
+1
*
patch 8.1.1343: text properties not adjusted for Visual block mode delete
v8.1.1343
Bram Moolenaar
2019-05-17
1
-4
/
+8
*
patch 8.1.1342: using freed memory when joining line with text property
v8.1.1342
Bram Moolenaar
2019-05-17
1
-1
/
+1
*
patch 8.1.1341: text properties are lost when joining lines
v8.1.1341
Bram Moolenaar
2019-05-17
1
-9
/
+45
*
patch 8.1.1219: not checking for NULL return from alloc()
v8.1.1219
Bram Moolenaar
2019-04-27
1
-11
/
+15
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-8
/
+0
*
patch 8.1.1000: indenting is off
v8.1.1000
Bram Moolenaar
2019-03-09
1
-3
/
+8
[next]