aboutsummaryrefslogtreecommitdiff
path: root/clint-ignored-files.txt
Commit message (Collapse)AuthorAge
* ci: Use error suppression in place of ignored files list. #3185ZyX2015-08-20
| | | | Fixes #3174
* Fix lint errors #3204Steven Oliver2015-08-20
| | | | Remove formatting errors from arabic.c and cursor_shape.c
* lib: Include libuv circularly linked listThiago de Arruda2015-08-13
| | | | | This is simpler and more efficient than klist.h for implementing queues that support insertion or removal at arbitrary positions.
* Split os_unix_defs.h into os/Yamakaky2015-07-06
|
* Cleanup misc.Michael Reed2015-05-18
| | | | | | | | | | | | | | | Regarding debugger.txt (which was Spotted by @Hettomei): The third section was empty, and the second section is very outdated. Nvim doesn't have things like Balloon Evalutation and Sun Visual workshop integration, so just remove the section. Regarding everything else: - term.[ch] and term_defs.h don't exist anymore, so remove refs to them - Add ttybuiltin to vim_diff.txt. It should have been done before, but vim_diff.txt didn't exist when ttybuiltin was removed (done in 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9,) Helped-by: Justin M. Keyes <justinkz@gmail.com>
* version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
| | | | This avoids recompiles after commiting.
* Macro cleanup: UNICODE16Michael Reed2015-03-05
| | | | Fix clint warnings as well.
* sha256.c: Enable -Wconvert and clint.Scott Prager2015-01-02
| | | | | | | | * Add sha256.c/h to clint-files.txt. * Add sha256.c to CONV_SRCS in src/nvim/CMakeLists.txt. * Use size_t for lengths and const for read-only parameters. * Use restrict keyword. * Refine #includes.
* Linting: Integrate into CMake, enable by default.Florian Walch2014-12-24