index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
ops.c
Commit message (
Expand
)
Author
Age
...
|
*
vim-patch:7.4.785
Johan Klokkhammer Helsing
2015-11-22
*
|
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
|
src: README.txt -> README.md
Michael Reed
2015-11-23
|
/
*
*: Fix lint errors found in new code in previously ignored files
ZyX
2015-10-08
*
*: Fix problems with clang+asan Release build
ZyX
2015-10-08
*
eval,functests: Reference all additional_* items created by ShaDa
ZyX
2015-10-08
*
ops: Fix access to unsaved register when iterating over registers
ZyX
2015-10-08
*
ops: Fix “conditional … depends on unitialized …” error in op_yank_reg
ZyX
2015-10-08
*
shada: Fix memory leak when reading registers from ShaDa file
ZyX
2015-10-08
*
shada,functests: Add tests for merging ShaDa data
ZyX
2015-10-08
*
shada: When reading marks or registers, free items when set fails
ZyX
2015-10-08
*
*: Make ShaDa code use VimL values for additional_\* data
ZyX
2015-10-08
*
shada: Add support for merging everything like described in the doc
ZyX
2015-10-08
*
Replace references to viminfo in various places
ZyX
2015-10-08
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
clipboard: avoid clipboard during :global. #2809
Felipe Morales
2015-08-30
*
clipboard: support clipboard=unnamedplus,unnamed
Björn Linse
2015-08-07
*
clipboard: fixup inconsequential yet embarrassing mixup
Björn Linse
2015-08-06
*
clipboard: handle middle-click paste correctly.
Björn Linse
2015-07-20
*
clipboard: don't overwrite before pasting in visual mode. #2945
Björn Linse
2015-07-04
*
clipboard: avoid redundant error message on `clipboard_get` failure .
Björn Linse
2015-06-25
*
'cpoptions': Remove "j" flag
David Bürgin
2015-05-25
*
vim-patch:7.4.594 #2654
David Bürgin
2015-05-16
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
Improve comments and fix ascii_* attributes
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isspace() with ascii_isspace() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Fix warnings: ops.c: op_yank_reg(): Dead assignment: HI.
Eliseo Martínez
2015-04-23
*
clipboard: cleanup `valid_yank_reg` and use it for `:redir`
Björn Linse
2015-04-17
*
clipboard: simplify handling of of put in visual mode.
Björn Linse
2015-04-17
*
ops.c: eliminate unneccesary static variable `y_append`
Björn Linse
2015-04-17
*
ops.c: eliminate static variable `y_current`
Björn Linse
2015-04-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
ops.c: cleanup of `get_yank_register`
Björn Linse
2015-04-11
*
clipboard: fix "" register not updated when clipboard=unnamed
Björn Linse
2015-04-11
*
clipboard: adjust v:register when clipboard=unnamed
Björn Linse
2015-04-11
*
Enable -Wconversion: fold.c.
Eliseo Martínez
2015-04-07
*
clipboard: missing `return NULL` when provider not available
Björn Linse
2015-04-05
*
clipboard: handle clipboard reading directly in `get_yank_register`
Björn Linse
2015-04-05
*
clipboard: improve the handling of newlines in `get_clipboard`
Björn Linse
2015-04-05
*
clipboard: show "* and "+ in :registers
Björn Linse
2015-04-05
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
Thiago de Arruda
2015-03-25
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
Macro cleanup: ONE_CLIPBOARD
Michael Reed
2015-03-05
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
clipboard: don't clobber "0 when deleting to unnamed
Björn Linse
2015-01-27
[prev]
[next]