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
*
'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
*
"halfway a line" is a very confusing phrase
Jack Danger Canty
2015-01-22
*
Remove long_u: ops.c: Refactor long_u.
Eliseo Martínez
2015-01-19
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
vim-patch:7.4.559
Florian Walch
2015-01-03
*
vim-patch:7.4.521
Florian Walch
2014-12-24
*
coverity/13696: Unchecked return value: RI.
Eliseo Martínez
2014-12-16
*
Fix warning: ops.c: read_viminfo_register(): Dereference of null pointer: RI.
oni-link
2014-12-15
*
vim-patch:? Fix memory leak in readviminfo
Joel Teichroeb
2014-12-13
*
Merge pull request #1635 from danthedeckie/master
Justin M. Keyes
2014-12-12
|
\
|
*
strings.c: replace copy_spaces, copy_chars with equivalent memset.
Daniel Fairhead
2014-12-12
*
|
Refactor str_to_reg().
Scott Prager
2014-12-11
*
|
vim-patch:7.4.243
Scott Prager
2014-12-11
*
|
Return void * from get_reg_contents.
Scott Prager
2014-12-11
*
|
vim-patch:7.4.242
Scott Prager
2014-12-11
|
/
*
clipboard: fix `let @+ = ...` and add test
Björn Linse
2014-12-08
*
clipboard: better error messages when provider not available
Björn Linse
2014-12-08
*
options: change "unnamedclip" back to "clipboard=unnamed/unnamedplus"
Björn Linse
2014-12-08
*
clipboard: clean up unnamedclip logic
Björn Linse
2014-12-08
*
clipboard: handle linewise/charwise selections correctly
Björn Linse
2014-12-08
[next]