aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent_c.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix new linter errorsZyX2016-05-01
* vim-patch:7.4.912watiko2016-02-15
* vim-patch:7.4.893watiko2016-02-15
* vim-patch:7.4.891watiko2016-02-15
* Fix linting errors.Johan Klokkhammer Helsing2015-12-13
* Solve warnings.Johan Klokkhammer Helsing2015-12-13
* vim-patch:7.4.803Johan Klokkhammer Helsing2015-12-13
* Appease clint.Johan Klokkhammer Helsing2015-12-13
* vim-patch:7.4.723Johan Klokkhammer Helsing2015-12-13
* vim-patch:7.4.670Johan Klokkhammer Helsing2015-12-13
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: fold.c.Eliseo Martínez2015-04-07
* Remove nonnullret deadcode: vim_strsave.Eliseo Martínez2015-01-27
* coverity/102151: initialize `our_paren_pos`Jack Danger Canty2015-01-18
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* vim-patch:7.4.395Florian Walch2014-12-23
* vim-patch:7.4.355Scott Prager2014-12-19
* vim-patch:7.4.350Scott Prager2014-12-19
* Doxygen find_match_paren().Scott Prager2014-12-19
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* Simple refatorings that didn't fit the pattern of the last commitFelipe Oliveira Carvalho2014-12-13
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* Wconversion: Fix warnings in indent_c.c.Florian Walch2014-11-27
* vim-patch:7.4.348André Twupack2014-09-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* spelling fixes #827Will Stamper2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15