aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* cmdline: CTRL-R: Omit trailing <CR>.Justin M. Keyes2017-02-18
* cmdline: CTRL-R: <Space> instead of CR between lines.Justin M. Keyes2017-02-18
* vim-patch:7.4.1948James McCoy2017-02-10
* Merge #5782 'Visual-mode put from @. register'Justin M. Keyes2017-01-22
|\
| * put fixup, esp. ". register close #5709 #5781Matthew Malcomson2017-01-18
|/
* Rename yank_do_autocmd() to do_autocmd_textyankpost()Marco Hinz2017-01-13
* Clipboard: improve error messagesMarco Hinz2016-12-27
* vim-patch:7.4.1780 (#5828)lonerover2016-12-26
* vim-patch:7.4.1634 (#5594)James McCoy2016-11-12
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1896 (#5258)Jurica Bradarić2016-08-29
* ops.c: Rename start_global_changes().Justin M. Keyes2016-08-25
* vim-patch:7.4.1491 #5048Patrick2016-07-18
* clipboard: fix v:register when clipboard=unnamed,unnamedplusBjörn Linse2016-07-12
* op_replace: fix guard; avoid strlen (#4963)Charles Joachim2016-07-09
* remove some asserts and lintCharles Joachim2016-05-30
* ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* Fixes suggested by @justinmk and @jbradaricMichael Ennen2016-05-20
* vim-patch:7.4.1050Michael Ennen2016-05-19
* vim-patch:7.4.1042Jurica Bradaric2016-05-08
* *: Fix new linter errorsZyX2016-05-01
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* misc1.c: enable -WconversionCharles Joachim2016-04-17
* vim-patch:7.4.973watiko2016-03-06
* Merge #4265 'vim-patch:7.4.925'.Justin M. Keyes2016-03-02
|\
| * vim-patch:7.4.925watiko2016-02-17