| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
|
|
| |
* refactor: format all C files under nvim
* refactor: disable formatting for Vim-owned files:
* src/nvim/indent_c.c
* src/nvim/regexp.c
* src/nvim/regexp_nfa.c
* src/nvim/testdir/samples/memfile_test.c
|
| | |
|
| |
|
| |
We do not have non-cmake build options, cmake always does configure_file.
|
| |
|
|
|
| |
When USE_ICONV is defined, iconv.h references various errno constants,
but errno.h is only being included when HAVE_ICONV_H is not defined.
This causes build failures on at least GNU/Hurd.
|
|
|
This seems to have been disabled in the transition from vim to neovim,
re-enable it.
|