aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/stdlib.c
Commit message (Expand)AuthorAge
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
* Merge pull request #19205 from bfredl/luaerrbfredl2022-07-02
|\
| * fix(lua): don't leak memory on errorbfredl2022-07-02
* | refactor: replace char_uDundar Goc2022-07-02
|/
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* Merge pull request #16666 from mjlbach/fix/bad-castMichael Lingelbach2021-12-15
|\
| * chore: improve naming consistency in str_utf_startMichael Lingelbach2021-12-15
| * fix: do not cast offset to char_uMichael Lingelbach2021-12-15
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
|/
* fix: allow str_utfindex second argument to be an explicit nil (#16448)Michael Lingelbach2021-11-27
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach2021-10-30
* refactor: split executor.c into two filesDundar Göc2021-10-26