aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* Merge pull request #4049 from watiko/vim-7.4.616Justin M. Keyes2016-01-21
|\
| * vim-patch:7.4.616watiko2016-01-19
* | Fix lint issuesJason Schulz2016-01-15
* | Add support for binary numbersJason Schulz2016-01-15
|/
* Merge pull request #3903 from justinmk/vim-7.4.605Justin M. Keyes2016-01-01
|\
| * file_pat_to_reg_pat, buflist_findpat: const paramsJustin M. Keyes2016-01-01
| * vim-patch:7.4.605Justin M. Keyes2015-12-30
* | normal: use oap->motion_type also to represent block motion typeBjörn Linse2016-01-01
|/
* vim-patch:7.4.803Johan Klokkhammer Helsing2015-12-13
* Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
* | src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* | src: README.txt -> README.mdMichael Reed2015-11-23
|/
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* *: Fix problems with clang+asan Release buildZyX2015-10-08
* eval,functests: Reference all additional_* items created by ShaDaZyX2015-10-08
* ops: Fix access to unsaved register when iterating over registersZyX2015-10-08
* ops: Fix “conditional … depends on unitialized …” error in op_yank_regZyX2015-10-08
* shada: Fix memory leak when reading registers from ShaDa fileZyX2015-10-08
* shada,functests: Add tests for merging ShaDa dataZyX2015-10-08
* shada: When reading marks or registers, free items when set failsZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada: Add support for merging everything like described in the docZyX2015-10-08
* Replace references to viminfo in various placesZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* clipboard: support clipboard=unnamedplus,unnamedBjörn Linse2015-08-07
* clipboard: fixup inconsequential yet embarrassing mixupBjörn Linse2015-08-06
* clipboard: handle middle-click paste correctly.Björn Linse2015-07-20
* clipboard: don't overwrite before pasting in visual mode. #2945Björn Linse2015-07-04
* clipboard: avoid redundant error message on `clipboard_get` failure .Björn Linse2015-06-25
* 'cpoptions': Remove "j" flagDavid Bürgin2015-05-25
* vim-patch:7.4.594 #2654David Bürgin2015-05-16
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Improve comments and fix ascii_* attributesFelipe Oliveira Carvalho2015-04-24
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Fix warnings: ops.c: op_yank_reg(): Dead assignment: HI.Eliseo Martínez2015-04-23
* clipboard: cleanup `valid_yank_reg` and use it for `:redir`Björn Linse2015-04-17
* clipboard: simplify handling of of put in visual mode.Björn Linse2015-04-17
* ops.c: eliminate unneccesary static variable `y_append`Björn Linse2015-04-17
* ops.c: eliminate static variable `y_current`Björn Linse2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* ops.c: cleanup of `get_yank_register`Björn Linse2015-04-11
* clipboard: fix "" register not updated when clipboard=unnamedBjörn Linse2015-04-11
* clipboard: adjust v:register when clipboard=unnamedBjörn Linse2015-04-11
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07