aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/indent.c
Commit message (Expand)AuthorAge
* includesDaniel Hahler2019-08-07
* move copy_indent (from nvim's indent.c)Daniel Hahler2019-08-07
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * linter: fix issuesMarco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/
* PVS/V1028 (rework): cast operands, not the result #9531Justin M. Keyes2019-01-21
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-09
* PVS/V547: indent.c: xmalloc() never returns NULLJustin M. Keyes2019-01-05
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0577: warning for uninitialized variableJan Edmund Lazo2018-06-16
* vim-patch:8.0.0575: using freed memory when resetting 'indentexpr'Jan Edmund Lazo2018-06-16
* vim-patch:7.4.1976James McCoy2017-06-04
* *: Add comment to all C filesZyX2017-04-19
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* Improve comments and fix ascii_* attributesFelipe 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: indent.c.Eliseo Martínez2015-02-18
* vim-patch:7.4.423Florian Walch2014-12-18
* vim-patch:7.4.345André Twupack2014-09-10
* vim-patch: 7.4.346Felipe Morales2014-08-20
* Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
* vim-patch:7.4.201André Twupack2014-08-15
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* 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