aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* Extmarks: correct buffer events on blockwise pastechentau2021-03-23
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* fix(buf_updates): send updates when putting past last lineThomas Vigouroux2021-02-08
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* vim-patch:8.1.2212: cannot see the selection type in :reg outputJan Edmund Lazo2020-12-25
* vim-patch:8.2.2189: cannot repeat a command that uses the small delete registerJan Edmund Lazo2020-12-22
* vim-patch:8.2.2166: auto format doesn't work when deleting textJan Edmund Lazo2020-12-20
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.0901: formatting CJK text isn't optimalJan Edmund Lazo2020-10-23
* Fix byte updates for blockwise paste at buffer endKillTheMule2020-09-30
* Fix buffer_updates on blockwise pasteKillTheMule2020-09-30
* folds: pass column on fold creationMatthieu Coudron2020-09-28
* lint: is lintBjörn Linse2020-09-19
* buffer updates: fix issues with "change" operatorBjörn Linse2020-09-19
* buf_updates: fix wrong updates on linewise changeThomas Vigouroux2020-09-18
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* extmark: separate extmark_splice_cols for column-only changeBjörn Linse2020-09-09
* eval_call_provider(): free unused return value #12819Jacques Germishuys2020-09-01
* vim-patch:8.2.1511: putting a string in Visual block mode ignores multi-byteJan Edmund Lazo2020-08-22
* vim-patch:8.2.1170: cursor off by one with block paste while 'virtualedit' "all"Jan Edmund Lazo2020-07-19
* vim-patch:8.2.0963: number increment/decrement does not work with 'virtualedit'Jan Edmund Lazo2020-06-18
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* Add v:event.visual during `TextYankPost` (#12382)Christian Clason2020-06-03
* vim-patch:8.2.0389: delayed redraw when shifting text from Insert modeJan Edmund Lazo2020-04-13
* vim-patch:8.0.1587: inserting from the clipboard doesn't work literallyJan Edmund Lazo2020-03-01
* pvs/v1048: variable was assigned same valueJan Edmund Lazo2020-03-01