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
*
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
*
clipboard: support separate '+' and '*' clipboards
Björn Linse
2014-12-08
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
Remove os/provider.{c,h} and all of its references
Thiago de Arruda
2014-11-18
*
eval/ex_cmds2/ops: Implement providers with eval_call_provider
Thiago de Arruda
2014-11-18
*
Use bool for flags in oparg_T.
Scott Prager
2014-11-11
*
Fix warnings: ops.c: cursor_pos_info(): Various (2): MI.
Eliseo Martínez
2014-11-06
*
Fix warnings: ops.c: do_join(): Nonnull violation: FP.
Eliseo Martínez
2014-11-06
*
vim-patch:7.4.408
Scott Prager
2014-10-10
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
memory: xstrchrnul and xmemscan.
Scott Prager
2014-09-30
|
/
*
api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}
Thiago de Arruda
2014-09-12
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
msgpack-rpc: Always use arrays when sending events or calls
Thiago de Arruda
2014-08-29
*
Port vim's patch 7.4.338 ('breakindent')
Felipe Morales
2014-08-20
*
vim-patch:7.4.331 #1017
André Twupack
2014-08-13
*
Remove EBCDIC: Clean up comments
Pavel Platto
2014-08-02
*
provider: Add support for clipboard registers.
Thiago de Arruda
2014-07-17
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
No OOM in vim_strsave_escape_csi()
Felipe Oliveira Carvalho
2014-06-16
*
No OOM in vim_strsave_escaped[_ext]()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: ops.c
Douglas Schneider
2014-06-13
[next]