summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/stdlib.c
AgeCommit message (Expand)AuthorFiles
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-10-15refactor: replace char_u with charDundar Göc1
2022-10-10fix(lua): assert failure with vim.regex() error inside :silent! (#20555)RZia1
2022-09-27fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck1
2022-09-10refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-29refactor: replace char_u with charDundar Göc1
2022-08-27refactor: replace char_u with charDundar Göc1
2022-08-24feat(lua): add vim.iconv (#18286)Lewis Russell1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq1
2022-08-02refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc1
2022-07-02Merge pull request #19205 from bfredl/luaerrbfredl1
2022-07-02fix(lua): don't leak memory on errorbfredl1
2022-07-02refactor: replace char_uDundar Goc1
2022-06-10refactor: change type of linenr_T from long to int32_tDundar Goc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-02-26refactor(lua): cleanup and docs for threadsbfredl1
2022-02-26feat(lua): add proper support of luv threadserw71
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2021-12-25feat(lua): add vim.spell (#16620)Lewis Russell1
2021-12-15Merge pull request #16666 from mjlbach/fix/bad-castMichael Lingelbach1
2021-12-15chore: improve naming consistency in str_utf_startMichael Lingelbach1
2021-12-15fix: do not cast offset to char_uMichael Lingelbach1
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-11-27fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-30feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach1
2021-10-26refactor: split executor.c into two filesDundar Göc1