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
/
ex_cmds.c
Commit message (
Expand
)
Author
Age
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
vim-patch:7.4.452
Florian Walch
2014-12-23
*
vim-patch:7.4.449
Florian Walch
2014-12-23
*
Remove Amiga remnants
Michael Reed
2014-12-19
*
Define and use the ARRAY_SIZE macro
Felipe Oliveira Carvalho
2014-12-18
*
vim-patch:7.4.543.
Eliseo Martínez
2014-12-15
*
Simple refatorings that didn't fit the pattern of the last commit
Felipe Oliveira Carvalho
2014-12-13
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
vim-patch:? Fix memory leak in readviminfo
Joel Teichroeb
2014-12-13
*
GA_DEEP_FREE_PTR: deep free macro for garrays that store simple pointers
Felipe Oliveira Carvalho
2014-12-11
*
shell: Remove kShellOptCooked from ShellOpts
Thiago de Arruda
2014-12-03
*
Fix newline substitution: Adapt to upstream patch.
Eliseo Martínez
2014-12-02
*
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
Fix newline substitution.
Eliseo Martínez
2014-11-28
*
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
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Fix warnings: ex_cmds.c: do_ecmd(): Np dereference: FP.
Eliseo Martínez
2014-11-11
*
Fix warnings: ex_cmds.c: do_ascii(): Garbage value (2): MI.
Eliseo Martínez
2014-11-11
*
fix 'sign unplace id'
Kartik K. Agaram
2014-10-28
*
vim-patch:7.4.418
Scott Prager
2014-10-16
*
version: remove non-functional Vim version identifiers
Justin M. Keyes
2014-10-07
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
vim-patch:7.4.364
Shougo Matsushita
2014-09-19
*
Additional FOR_ALL_WINDOWS usage
Wayne Rowcliffe
2014-09-08
*
fileinfo: rename os_get_file_info{,_link,_fd}
Stefan Hoffmann
2014-08-31
*
Merge pull request #1024 from war1025/dev/for_all_buffers
Justin M. Keyes
2014-08-19
|
\
|
*
FOR_ALL_BUFFERS use locally declared buffer pointer
Wayne Rowcliffe
2014-08-17
|
*
Add FOR_ALL_BUFFERS helper
Wayne Rowcliffe
2014-08-02
*
|
vim-patch:7.4.276
Scott Prager
2014-08-17
*
|
Doxygen/comment style for make_filter_cmd().
Scott Prager
2014-08-17
*
|
Use sizeof over magic numbers.
Scott Prager
2014-08-17
*
|
os_fchown: impl and remove HAVE_FCHOWN
Pavel Platto
2014-08-13
*
|
Remove EBCDIC: Remove IF_EB macros
Pavel Platto
2014-08-02
|
/
*
Statically allocate NameBuff
Wayne Rowcliffe
2014-07-22
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
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
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
Fix some "out of memory" comments and few cosmetics
Felipe Oliveira Carvalho
2014-06-16
*
move/remove W_* macros
Brandon Coleman
2014-06-12
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
[next]