summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/charset.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-07-10refactor: remove CH_FOLD macrodundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-25refactor: move virtcol functions to plines.czeertzjq1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-04-02refactor: remove char_u (#22829)dundargoc1
2022-12-20refactor(tui): use nvim_echo() for verbose terminfobfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2021-12-05lint (#16526)Jan Edmund Lazo1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-09-11vim-patch:8.2.0886: cannot use octal numbers in scriptversion 4Sean Dewar1
2021-09-11vim-patch:8.1.2035: recognizing octal numbers is confusingSean Dewar1
2018-06-12charset: include option_defs.h for breakat_flagsJan Edmund Lazo1
2018-06-12vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo1
2017-11-19charset: Add missing include needed for vim_str2nrZyX1
2017-11-06charset: Move vim_str2nr flags from vim.h to charset.hZyX1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX1
2017-03-29refactor/single-include: charset.h (#6385)Samuel Catherasoo1
2016-07-10vim-patch:7.4.1147 (#5005)prollings1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-02Fix some stylesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1