aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw72020-02-12
* Fix shift change callbacks reading bad cursor (#11782)Axel Forsman2020-01-30
* Remove enc_utf8,has_mbyte dead codeJan Edmund Lazo2020-01-25
* vim-patch:8.2.0147: block Visual mode operators not correct when 'linebreak' setJan Edmund Lazo2020-01-24
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* clang/'Logic error': zero-init structJan Edmund Lazo2020-01-17
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* vim-patch:8.2.0063: wrong size argument to vim_snprintf()Jan Edmund Lazo2019-12-30
* clang/'Dead store': remove dead codeJan Edmund Lazo2019-12-26
* vim-patch:8.2.0018: :join does not add white space where it shouldJan Edmund Lazo2019-12-18
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* refactor: use inserted_bytes pattern from vimBjörn Linse2019-11-23
* vim-patch:8.1.2293: join adds trailing space when second line is emptyJan Edmund Lazo2019-11-13
* extmark: review changesBjörn Linse2019-11-11
* nsmarks: initial committimeyyy2019-11-11
* vim-patch:8.1.2235: "C" with 'virtualedit' set does not include multi-byte charJan Edmund Lazo2019-11-01
* vim-patch:8.1.2096: too many #ifdefs #11229Daniel Hahler2019-10-17
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* vim-patch:8.1.0719: too many #ifdefs [ci skip] #11016Jan Edmund Lazo2019-09-13
* vim-patch:8.1.2026: possibly using uninitialized memory #11013Jan Edmund Lazo2019-09-13
* api: make nvim_put support "\022{NUM}" regtype as returned by getregtype()Björn Linse2019-08-31
* vim-patch:8.0.0303: shift_delete_registers() #10868Jan Edmund Lazo2019-08-28
* API: nvim_put #6819Björn Linse2019-08-27
* includesDaniel Hahler2019-08-07
* vim-patch:8.1.1086: too many curly bracesJan Edmund Lazo2019-07-28
* vim-patch:8.1.1138: add CompleteChanged #10644Justin M. Keyes2019-07-29
* TextYankPost: spurious/too-early dispatch during delete #10392Jit2019-07-29
* API: ContextJustin M. Keyes2019-07-27