aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* clipboard: missing `return NULL` when provider not availableBjörn Linse2015-04-05
* clipboard: handle clipboard reading directly in `get_yank_register`Björn Linse2015-04-05
* clipboard: improve the handling of newlines in `get_clipboard`Björn Linse2015-04-05
* clipboard: show "* and "+ in :registersBjörn Linse2015-04-05
* terminal: New module that implements a terminal emulatorThiago de Arruda2015-03-25
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: ONE_CLIPBOARDMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* clipboard: don't clobber "0 when deleting to unnamedBjörn Linse2015-01-27
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Remove long_u: ops.c: Refactor long_u.Eliseo Martínez2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.559Florian Walch2015-01-03
* vim-patch:7.4.521Florian Walch2014-12-24
* coverity/13696: Unchecked return value: RI.Eliseo Martínez2014-12-16
* Fix warning: ops.c: read_viminfo_register(): Dereference of null pointer: RI.oni-link2014-12-15
* vim-patch:? Fix memory leak in readviminfoJoel Teichroeb2014-12-13
* Merge pull request #1635 from danthedeckie/masterJustin M. Keyes2014-12-12
|\
| * strings.c: replace copy_spaces, copy_chars with equivalent memset.Daniel Fairhead2014-12-12
* | Refactor str_to_reg().Scott Prager2014-12-11
* | vim-patch:7.4.243Scott Prager2014-12-11
* | Return void * from get_reg_contents.Scott Prager2014-12-11
* | vim-patch:7.4.242Scott Prager2014-12-11
|/