Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
00aaa512d5e775e0db21e251f43d7afb8fca910f
/
src
/
ops.c
4067bd3
patch 8.2.3073: when cursor is move for block append wrong text is inserted
by Bram Moolenaar
· 4 years, 9 months ago
108010a
patch 8.2.3069: error messages are spread out
by Bram Moolenaar
· 4 years, 9 months ago
544a38e
patch 8.2.2971: cannot yank a block without trailing spaces
by Christian Brabandt
· 4 years, 10 months ago
eeec254
patch 8.2.2922: computing array length is done in various ways
by K.Takata
· 4 years, 10 months ago
2ac7184
patch 8.2.2916: operators are not fully tested
by Yegappan Lakshmanan
· 4 years, 10 months ago
4781d6f
patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
by Dominique Pelle
· 4 years, 11 months ago
032a2d0
patch 8.2.2189: cannot repeat a command that uses the small delete register
by Bram Moolenaar
· 5 years ago
5b3d1bb
patch 8.2.2186: Vim9: error when using 'opfunc'
by Bram Moolenaar
· 5 years ago
d0a1dee
patch 8.2.2166: auto format doesn't work when deleting text
by Bram Moolenaar
· 5 years ago
5546688
patch 8.2.2029: Coverity warns for not checking return value
by Bram Moolenaar
· 5 years ago
c77534c
patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly
by Bram Moolenaar
· 5 years ago
957cf67
patch 8.2.1978: making a mapping work in all modes is complicated
by Bram Moolenaar
· 5 years ago
e100440
patch 8.2.1898: command modifier parsing always uses global cmdmod
by Bram Moolenaar
· 5 years ago
573545a
patch 8.2.1694: compiler warning for loss if data
by Bram Moolenaar
· 6 years ago
8b51b7f
patch 8.2.1690: text properties not adjusted for "I" in Visual block mode
by Bram Moolenaar
· 6 years ago
c8f12c9
patch 8.2.1688: increment/decrement removes text property
by Bram Moolenaar
· 6 years ago
71ccd03
patch 8.2.0967: unnecessary type casts for vim_strnsave()
by Bram Moolenaar
· 6 years ago
6c6be9e
patch 8.2.0963: number increment/decrement does not work with 'virtualedit'
by Bram Moolenaar
· 6 years ago
e52702f
patch 8.2.0901: formatting CJK text isn't optimal
by Bram Moolenaar
· 6 years ago
d6a77f9
patch 8.2.0881: compiler warning for argument type
by Bram Moolenaar
· 6 years ago
aaad995
patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers
by Bram Moolenaar
· 6 years ago
87be9be
patch 8.2.0845: text properties crossing lines not handled correctly
by Bram Moolenaar
· 6 years ago
11abd09
patch 8.2.0674: some source files are too big
by Bram Moolenaar
· 6 years ago
a80faa8
patch 8.2.0559: clearing a struct is verbose
by Bram Moolenaar
· 6 years ago
45fffdf
patch 8.2.0443: clipboard code is spread out
by Bram Moolenaar
· 6 years ago
db99f9f
patch 8.2.0436: no warnings for incorrect printf arguments
by Bram Moolenaar
· 6 years ago
e4fc746
patch 8.2.0389: delayed redraw when shifting text from Insert mode
by Bram Moolenaar
· 6 years ago
f9706e9
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
by Bram Moolenaar
· 6 years ago
4b96df5
patch 8.2.0156: various typos in source files and tests
by Bram Moolenaar
· 6 years ago
03c3bd9
patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set
by Bram Moolenaar
· 6 years ago
08b28b7
patch 8.2.0063: wrong size argument to vim_snprintf()
by Bram Moolenaar
· 6 years ago
91b65e4
patch 8.2.0018: :join does not add white space where it should
by Bram Moolenaar
· 6 years ago
3b68123
patch 8.2.0002: "dj" only deletes first line of closed fold
by Bram Moolenaar
· 6 years ago
6e0ce17
patch 8.1.2392: using old C style comments
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
f4a1d1c
patch 8.1.2302: :lockmarks does not work for '[ and ']
by Bram Moolenaar
· 6 years ago
cc184cf
patch 8.1.2293: join adds trailing space when second line is empty
by Bram Moolenaar
· 6 years ago
ee85702
patch 8.1.2281: 'showbreak' cannot be set for one window
by Bram Moolenaar
· 6 years ago
77ccc00
patch 8.1.2235: "C" with 'virtualedit' set does not include multi-byte char
by Bram Moolenaar
· 6 years ago
a1cb1d1
patch 8.1.2171: mouse support not always available
by Bram Moolenaar
· 6 years ago
14c01f8
patch 8.1.2127: the indent.c file is a bit big
by Bram Moolenaar
· 6 years ago
1614a14
patch 8.1.2120: some MB_ macros are more complicated than necessary
by Bram Moolenaar
· 6 years ago
792cf5e
patch 8.1.2104: the normal.c file is too big
by Bram Moolenaar
· 7 years ago
8c96af9
patch 8.1.2096: too many #ifdefs
by Bram Moolenaar
· 7 years ago
4aea03e
patch 8.1.2077: the ops.c file is too big
by Bram Moolenaar
· 7 years ago
dac1347
patch 8.1.2045: the option.c file is too big
by Bram Moolenaar
· 7 years ago
dbec749
patch 8.1.2026: possibly using uninitialized memory
by Bram Moolenaar
· 7 years ago
6f10c70
patch 8.1.1895: using NULL pointer when out of memory
by Bram Moolenaar
· 7 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 7 years ago
d7663c2
patch 8.1.1823: command line history code is spread out
by Bram Moolenaar
· 7 years ago
c332816
patch 8.1.1736: viminfo support is spread out
by Bram Moolenaar
· 7 years ago
e96a249
patch 8.1.1588: in :let-heredoc line continuation is recognized
by Bram Moolenaar
· 7 years ago
0554fa4
patch 8.1.1531: clipboard type name is inconsistent
by Bram Moolenaar
· 7 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 7 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 7 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 7 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 7 years ago
f3333b0
patch 8.1.1359: text property wrong after :substitute with backslash
by Bram Moolenaar
· 7 years ago
16e9b85
patch 8.1.1355: obvious mistakes are accepted as valid expressions
by Bram Moolenaar
· 7 years ago
338dfda
patch 8.1.1351: text property wrong after :substitute
by Bram Moolenaar
· 7 years ago
8055d17
patch 8.1.1343: text properties not adjusted for Visual block mode delete
by Bram Moolenaar
· 7 years ago
787880a
patch 8.1.1342: using freed memory when joining line with text property
by Bram Moolenaar
· 7 years ago
80e737c
patch 8.1.1341: text properties are lost when joining lines
by Bram Moolenaar
· 7 years ago
6ee9658
patch 8.1.1219: not checking for NULL return from alloc()
by Bram Moolenaar
· 7 years ago
abab0b0
patch 8.1.1086: too many curly braces
by Bram Moolenaar
· 7 years ago
fd731b0
patch 8.1.1000: indenting is off
by Bram Moolenaar
· 7 years ago
9d7fdd4
patch 8.1.0999: use register one too often and not properly tested
by Bram Moolenaar
· 7 years ago
bdace83
patch 8.1.0989: various small code ugliness
by Bram Moolenaar
· 7 years ago
0059074
patch 8.1.0927: USE_CR is never defined
by Bram Moolenaar
· 7 years ago
29ddebe
patch 8.1.0826: too many #ifdefs
by Bram Moolenaar
· 7 years ago
fc3abf4
patch 8.1.0806: too many #ifdefs
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
88c86eb
patch 8.1.0766: various problems when using Vim on VMS
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
977239e
patch 8.1.0722: cannot build without the virtualedit feature
by Bram Moolenaar
· 7 years ago
870ba5f
patch 8.1.0719: too many #ifdefs
by Bram Moolenaar
· 7 years ago
e1e714e
patch 8.1.0671: cursor in the wrong column after auto-formatting
by Bram Moolenaar
· 7 years ago
f951416
patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account
by Bram Moolenaar
· 7 years ago
6b73188
patch 8.1.0535: increment/decrement might get interrupted by updating folds
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 8 years ago
da6e891
patch 8.1.0306: plural messages are not translated properly
by Bram Moolenaar
· 8 years ago
1f0bfe5
patch 8.1.0226: too many #ifdefs
by Bram Moolenaar
· 8 years ago
e0be167
patch 8.1.0166: using dict_add_nr_str() is clumsy
by Bram Moolenaar
· 8 years ago
630afe8
patch 8.1.0125: virtual edit replace with multi-byte fails at end of line
by Bram Moolenaar
· 8 years ago
f52f9ea
patch 8.1.0118: duplicate error message for put command
by Bram Moolenaar
· 8 years ago
04958cb
patch 8.1.0105: all tab stops are the same
by Bram Moolenaar
· 8 years ago
f273245
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
by Bram Moolenaar
· 8 years ago
0b6d911
patch 8.1.0020: cannot tell whether a register is executing or recording
by Bram Moolenaar
· 8 years ago
e2c8d83
patch 8.0.1787: cannot insert the whole cursor line
by Bram Moolenaar
· 8 years ago
35e802e
patch 8.0.1779: deleting in a block selection causes problems
by Bram Moolenaar
· 8 years ago
8c87a2b
patch 8.0.1682: auto indenting breaks inserting a block
by Bram Moolenaar
· 8 years ago
672afb9
patch 8.0.1679: compiler warning for printf format
by Bram Moolenaar
· 8 years ago
ea39176
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
by Bram Moolenaar
· 8 years ago
3324d0a
patch 8.0.1587: inserting from the clipboard doesn't work literally
by Bram Moolenaar
· 8 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 8 years ago
a0221df
patch 8.0.1501: out-of-memory situation not correctly handled
by Bram Moolenaar
· 8 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
f12519d
patch 8.0.1475: invalid memory access in read_redo()
by Bram Moolenaar
· 8 years ago
2efb323
patch 8.0.1411: reading invalid memory with CTRL-W :
by Bram Moolenaar
· 8 years ago
Next »