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_cmds2.c
Commit message (
Expand
)
Author
Age
*
startuptime: always enable startuptime
Nicolas Hillegeer
2014-07-20
*
startuptime: implement on top of profiling fns
Nicolas Hillegeer
2014-07-20
*
provider: Add support for python commands/functions
Thiago de Arruda
2014-07-17
*
provider: Add support functions for calling external interpreters
Thiago de Arruda
2014-07-17
*
profiling: move static to function scope
Nicolas Hillegeer
2014-07-16
*
profiling: implement on top of os_hrtime()
Nicolas Hillegeer
2014-07-16
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
c99: remove vim_round #909
Nicolas Hillegeer
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 locale.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
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
FileID: refactor ex_cmds2.c to use `FileID`
Stefan Hoffmann
2014-06-27
*
No OOM in enc_canonize()
Felipe Oliveira Carvalho
2014-06-16
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Remove USE_CR and tag_fgets. #808
Justin M. Keyes
2014-06-06
*
Fix some styles
ZyX
2014-06-02
*
Remove remaining declarations with new script: finddeclarations.pl
ZyX
2014-06-02
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_GETTEXT
Hinidu
2014-05-28
*
Remove FEAT_FLOAT
Hinidu
2014-05-28
*
Remove FEAT_EVAL
Hinidu
2014-05-28
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
Replace ga->ga_len == 0 checks with GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15