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
/
tag.c
Commit message (
Expand
)
Author
Age
*
lint
James McCoy
2016-12-07
*
vim-patch:7.4.1751
James McCoy
2016-12-07
*
vim-patch:8.0.0035 (#5609)
Shougo
2016-11-15
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
vim-patch:7.4.1552
James McCoy
2016-07-08
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
*: Fix new linter errors
ZyX
2016-05-01
*
Merge pull request #4273 from watiko/vim-7.4.957
Justin M. Keyes
2016-04-25
|
\
|
*
vim-patch:7.4.941
watiko
2016-03-06
*
|
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
|
/
*
Fix linter errors.
Jurica Bradaric
2016-01-30
*
vim-patch:7.4.746
Jurica Bradaric
2016-01-30
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
Remove char_u: FullName_save()
Mark Bainter
2015-05-06
*
Replace vim_isspace() with ascii_isspace() 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
*
Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-release
John Szakmeister
2015-04-16
|
\
|
*
Fix several unused variable warnings in the release build.
John Szakmeister
2015-04-16
*
|
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
|
/
*
Un-mch mch_has_(exp_)wildcard().
Scott Prager
2015-03-31
*
Remove redundant parentheses
Anton Ovchinnikov
2015-03-16
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
Macro cleanup: HAVE_SANDBOX
Michael Reed
2015-03-05
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
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
*
Fix warnings: tag.c: get_tags(): Uninitialized arg: RI.
Eliseo Martínez
2014-11-18
*
Fix warnings: tag.c: jumpto_tag(): Np dereference: MI.
Eliseo Martínez
2014-11-18
*
Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.
Eliseo Martínez
2014-11-18
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
Remove FEAT_TAG_ANYWHITE
Pavel Platto
2014-08-02
*
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
*
No OOM in dict_alloc() and rettv_dict_alloc()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: tag.c
Douglas Schneider
2014-06-13
*
spelling fixes #827
Will Stamper
2014-06-12
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
[next]