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
Commit message (
Expand
)
Author
Age
*
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
vim-patch:8.2.3386: using uninitialized memory
Sean Dewar
2021-09-10
*
Merge pull request #15336 from bfredl/plines
Björn Linse
2021-08-11
|
\
|
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
|
vim-patch:8.2.3198: cannot use 'formatlistpat' for breakindent
Jan Edmund Lazo
2021-08-08
*
|
vim-patch:8.2.3160: 'breakindent' does not work well for bulleted lists
Jan Edmund Lazo
2021-08-08
|
/
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
vim-patch:8.1.0874: using old style comments in new file
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
refactor: pass window to was_set_insecurely
Matthieu Coudron
2020-11-23
*
vim-patch:8.2.1086: possibly using freed memory when text properties used
Jan Edmund Lazo
2020-11-01
*
fix lints
Thomas Vigouroux
2020-09-09
*
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
vim-patch:8.2.0309: window-local values have confusing name
Jan Edmund Lazo
2020-05-11
*
vim-patch:8.2.0027: still some /* */ comments
Jan Edmund Lazo
2020-04-12
*
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20
*
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
2020-01-16
*
includes
Daniel Hahler
2019-08-07
*
move copy_indent (from nvim's indent.c)
Daniel Hahler
2019-08-07
*
Merge #9539 "options: make 'listchars' and 'fillchars' local to window"
Marco Hinz
2019-01-28
|
\
|
*
linter: fix issues
Marco Hinz
2019-01-26
|
*
options: make 'fillchars'/'listchars' local to window
Marco Hinz
2019-01-26
*
|
window/ui: reorganize size variables, fix terminal window size with multigrid.
Björn Linse
2019-01-27
|
/
*
PVS/V1028 (rework): cast operands, not the result #9531
Justin M. Keyes
2019-01-21
*
PVS/V1028: cast operands, not the result
Justin M. Keyes
2019-01-09
*
PVS/V547: indent.c: xmalloc() never returns NULL
Justin M. Keyes
2019-01-05
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: Allow UIs to set grid size different from window size
Utkarsh Maheshwari
2018-12-31
*
*: Replace b_changedtick with new always-inline functions
ZyX
2018-06-22
*
vim-patch:8.0.0577: warning for uninitialized variable
Jan Edmund Lazo
2018-06-16
*
vim-patch:8.0.0575: using freed memory when resetting 'indentexpr'
Jan Edmund Lazo
2018-06-16
*
vim-patch:7.4.1976
James McCoy
2017-06-04
*
*: Add comment to all C files
ZyX
2017-04-19
*
refactor: pos_T macros to functions (#6496)
Felipe Oliveira Carvalho
2017-04-11
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
Improve comments and fix ascii_* attributes
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: indent.c.
Eliseo Martínez
2015-02-18
*
vim-patch:7.4.423
Florian Walch
2014-12-18
*
vim-patch:7.4.345
André Twupack
2014-09-10
*
vim-patch: 7.4.346
Felipe Morales
2014-08-20
*
Port vim's patch 7.4.338 ('breakindent')
Felipe Morales
2014-08-20
*
vim-patch:7.4.201
André Twupack
2014-08-15
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-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
*
Add automatic generation of headers
ZyX
2014-06-02
[next]