aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1374: CTRL-A does not work with an empty lineJan Edmund Lazo2018-09-16
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * lint: cleanup after parent commitsZviRackover2018-08-16
| * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | vim-patch:8.0.1682: auto indenting breaks inserting a block (#8892)Jan Edmund Lazo2018-08-23
* | lintJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1044: warning for uninitialized variableJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1043: warning for uninitialized variableJan Edmund Lazo2018-08-23
* | vim-patch:8.0.1041: bogus characters when indenting during visual-block appendJan Edmund Lazo2018-08-23
* | lintJan Edmund Lazo2018-08-17
* | ops: refactor get_spec_reg()Jan Edmund Lazo2018-08-16
* | vim-patch:8.0.1787: cannot insert the whole cursor lineJan Edmund Lazo2018-08-16
|/
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * misc: fixpos in del_char() is boolJan Edmund Lazo2018-08-07
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
| * ops: is_del in block_prep() is boolJan Edmund Lazo2018-08-07
| * ops: add const to shift_block() variablesJan Edmund Lazo2018-08-07
| * vim-patch:8.0.0879: crash when shifting with huge numberJan Edmund Lazo2018-08-06
* | style: fixing minor issues noted in code review.ZviRackover2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* lintJan Edmund Lazo2018-08-06
* globals: did_ai is boolJan Edmund Lazo2018-08-06
* globals: can_si is boolJan Edmund Lazo2018-08-06
* globals: virtual_op is TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.0727: message about what register to yank into is not translatedJan Edmund Lazo2018-07-17
* vim-patch:8.0.0724: the message for yanking doesn't indicate the registerJan Edmund Lazo2018-07-17
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* LintKillTheMule2018-05-23
* API: Implement buffer updatesPeter Hodge2018-05-23
* coverity/13969: handle u_save() failureNick Neisen2018-05-17
* *: Fix clint errorsZyX2018-04-22
* ops: Fix PVS/V560: pre may not be zero as that was already checkedZyX2018-04-16
* ops: Fix PVS/V614: use of uninitialized variableZyX2018-04-15
* ops: Fix PVS/V547: allocator never returns NULLZyX2018-04-15
* ops: Fix PVS/V547: did_change is almost always setZyX2018-04-15
* ops: Silence PVS/V614: regtype is always initializedZyX2018-04-15
* vim-patch:8.0.0234,8.0.0236,8.0.0225 (#8052)KunMing Xie2018-03-04
* vim-patch:8.0.1475: invalid memory access in read_redo()Justin M. Keyes2018-02-11
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* Merge #7806 from ZyX-I/list-statJustin M. Keyes2018-01-15
|\
| * *: Provide list length when allocating listsZyX2018-01-14
* | vim-patch:8.0.0421: diff mode wrong when adding line at end of bufferckelsel2018-01-15
|/
* *: Fix linter errorsZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* docJustin M. Keyes2017-11-06