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
/
indent_c.c
Commit message (
Expand
)
Author
Age
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
*: Fix new linter errors
ZyX
2016-05-01
*
vim-patch:7.4.912
watiko
2016-02-15
*
vim-patch:7.4.893
watiko
2016-02-15
*
vim-patch:7.4.891
watiko
2016-02-15
*
Fix linting errors.
Johan Klokkhammer Helsing
2015-12-13
*
Solve warnings.
Johan Klokkhammer Helsing
2015-12-13
*
vim-patch:7.4.803
Johan Klokkhammer Helsing
2015-12-13
*
Appease clint.
Johan Klokkhammer Helsing
2015-12-13
*
vim-patch:7.4.723
Johan Klokkhammer Helsing
2015-12-13
*
vim-patch:7.4.670
Johan Klokkhammer Helsing
2015-12-13
*
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
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Enable -Wconversion: fold.c.
Eliseo Martínez
2015-04-07
*
Remove nonnullret deadcode: vim_strsave.
Eliseo Martínez
2015-01-27
*
coverity/102151: initialize `our_paren_pos`
Jack Danger Canty
2015-01-18
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
vim-patch:7.4.395
Florian Walch
2014-12-23
*
vim-patch:7.4.355
Scott Prager
2014-12-19
*
vim-patch:7.4.350
Scott Prager
2014-12-19
*
Doxygen find_match_paren().
Scott Prager
2014-12-19
*
Define and use the ARRAY_SIZE macro
Felipe Oliveira Carvalho
2014-12-18
*
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
*
Wconversion: Fix warnings in indent_c.c.
Florian Walch
2014-11-27
*
vim-patch:7.4.348
André Twupack
2014-09-11
*
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
*
spelling fixes #827
Will Stamper
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove ml_ prefix from cursor.h functions
Pavel Platto
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
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