summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/winfloat.h
AgeCommit message (Collapse)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
These are not needed after #35129 but making uncrustify still play nice with them was a bit tricky. Unfortunately `uncrustify --update-config-with-doc` breaks strings with backslashes. This issue has been reported upstream, and in the meanwhile auto-update on every single run has been disabled.
2023-12-01refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq1
It's only used in one place, as it's usually conveyed as non-string.
2023-11-30refactor: move extern variables out of _defs.h files (#26320)zeertzjq1
2023-11-27build(clint): more precise check for "defs" headers (#26236)zeertzjq1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-16refactor: move some functions to winfloat.c (#26020)Raphael1