aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* doc: replace ":CheckHealth" with ":checkhealth"Justin M. Keyes2017-10-17
* ops: save and restore clipboard batch status when entering cmdline windowBjörn Linse2017-10-15
* vim-patch:8.0.0282 vim-patch:8.0.0291 (#7255)KunMing Xie2017-09-10
* clipboard: disallow recursion; show hint only once (#7203)Justin M. Keyes2017-08-22
* clipboard: remove start_batch_changes() in redir_write()Justin M. Keyes2017-08-20
* clipboard: avoid error flood during :redirJustin M. Keyes2017-08-20
* bufhl: fix moveBjörn Linse2017-06-24
* Merge #6863Justin M. Keyes2017-06-19
|\
| * coverity/112076: fixing "Explicit null dereferenced"Chris Hall2017-06-20
|/
* lintJames McCoy2017-06-04
* vim-patch:7.4.1976James McCoy2017-06-04
* style/lintAdnoC2017-05-31
* eval: Add ability to set the unnamed register with setregAdnoC2017-05-31
* shada: Set the unnamed register to the previous unnamed register on startupAdnoC2017-05-31
* *: Add comment to all C filesZyX2017-04-19
* ops: Silence “counter not used in loop” false positiveZyX2017-04-16
* ops: Remove FUNC_ATTR_MALLOC from copy_registerZyX2017-04-15
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* eval: Move dict_add_list and dict_add_dict to typval.cZyX2017-03-29
* eval: Move dict_set_keys_readonly to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* linter: make changes pass the linterraichoo2017-03-19
* vim-patch:7.4.2333raichoo2017-03-19
* vim-patch:8.0.0453 (#6266)Matthieu Coudron2017-03-13
* vim-patch:8.0.0136Justin M. Keyes2017-03-02