aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* lintJan Edmund Lazo2019-06-01
* vim-patch:8.1.1000: indenting is offJan Edmund Lazo2019-06-01
* vim-patch:8.1.0020: cannot tell whether a register is executing or recordingJan Edmund Lazo2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-30
* clipboard: setreg("*") with clipboard=unnamed #9954Justin M. Keyes2019-04-28
* ops: use ARRAY_SIZE macro for opchars array lengthJan Edmund Lazo2019-04-10
* vim-patch:8.0.1411: reading invalid memory with CTRL-W :Jan Edmund Lazo2019-04-10
* lintJan Edmund Lazo2019-04-02
* vim-patch:8.1.0118: duplicate error message for put commandJan Edmund Lazo2019-04-01
* vim-patch:8.0.0681: unnamed register only contains the last deleted textJan Edmund Lazo2019-04-01
* vim-patch:8.1.0671: cursor in wrong column after auto-format #9729Jan Edmund Lazo2019-03-14
* TextYankPost: add v:event["inclusive"] #9717Justin M. Keyes2019-03-13
* ops.c: do_join expects `count` of 2 or greater #6855Zach Gleason2019-03-02
* cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* ui: implement ext_messagesBjörn Linse2019-02-10
* build: enable -WshadowJustin M. Keyes2019-01-02
* vim-patch:8.0.1779: deleting in a block selection causes problems (#9099)Jan Edmund Lazo2018-10-09
* 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