aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2cells alias for utf_char2cellsBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.0306: plural messages are not translated properlyJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2392: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* refactor: make commas trail in enumsDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2392: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
* | vim-patch:8.2.{210,424,436,...} #15976Jan Edmund Lazo2021-10-09
|/
* vim-patch:7.4.725Sean Dewar2021-09-23
* vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* Merge pull request #15364 from seandewar/vim-8.2.3337Jan Edmund Lazo2021-09-17
|\
| * vim-patch:8.2.3369: auto formatting after "cw" leaves cursor in wrong spotSean Dewar2021-09-17
* | refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
|/
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* Merge #15626 vim-patch:8.1.{2281,2283},8.2.{2903,3391,3397}Justin M. Keyes2021-09-10
|\
| * vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
* | refactor: format files with uncrustify #15607dundargoc2021-09-10
|/
* refactor: format files with uncrustifyDundar Göc2021-09-07
* fix(bufupdates): send correct updates for visual pasteThomas Vigouroux2021-08-25
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
| * buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* vim-patch:8.2.3072: "zy" does not work well when "virtualedit' is "block"Jan Edmund Lazo2021-06-29
* Merge pull request #14335 from chentau/extmark_delbytesBjörn Linse2021-06-29
|\
| * Manually zero out deleted_bytes2 when substituting and joining lineschentau2021-06-29
* | vim-patch:8.2.2971: cannot yank a block without trailing spacesJan Edmund Lazo2021-06-10
|/
* vim-patch:8.2.2914: cannot paste a block without adding paddingJan Edmund Lazo2021-05-31
* Apply patch from clasondisrupted2021-05-10
* make get_region_bytecount end-exclusivechentau2021-05-09
* refactor nvim_buf_set_lines to use extmark_splicechentau2021-05-09
* Merge pull request #14502 from chentau/extmark_pasteBjörn Linse2021-05-07
|\
| * splice extmarks on every line for block visual pastechentau2021-05-06
* | vim-patch:8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbersJan Edmund Lazo2021-04-28
|/
* extmarks: remove curbuf->deleted_bytes2 from op_deletechentau2021-04-16
* clang/'Logic error': set vcol in do_put()Jan Edmund Lazo2021-04-02
* vim-patch:8.1.2380: using old C style commentsJan Edmund Lazo2021-03-29
* vim-patch:8.1.0542: shiftwidth() does not take 'vartabstop' into accountVVKot2021-03-28