aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAge
* feat: added support for specifying types for lua2doxFolke Lemaitre2022-10-06
* feat: added support for optional params to lua2doxFolke Lemaitre2022-10-06
* feat: added support for @generic to lua2dox.luaFolke Lemaitre2022-10-06
* fix(docs-html): keycodes, taglinks, column_heading #20498Justin M. Keyes2022-10-06
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* fix(docs): missing "(" in :help HTMLJustin M. Keyes2022-10-04
* feat(docs): nested lists in HTML, update :help parserJustin M. Keyes2022-10-04
* feat(docs): fixes for :help HTML generatorJustin M. Keyes2022-09-29
* feat(gen_help_html.lua): adapt to new parserJustin M. Keyes2022-09-28
* feat(gen_help_html.lua): put commit-id in footerJustin M. Keyes2022-09-28
* fix(gen_vimdoc.py): handle missing luajitJustin M. Keyes2022-09-25
* feat(docs): gen_help_html.luaJustin M. Keyes2022-09-22
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | doc(CONTRIBUTING): update #19891Lewis Russell2022-08-23
|/
* refactor: move code dealing with script files to runtime.c (#19734)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* docs: change gen_vimdoc indentation to 4 spacesii142022-08-11
* build: add formatting targets for c and lua files (#19488)dundargoc2022-08-02
* refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
* build(pvscheck): disable PVS/V1028 (#19553)zeertzjq2022-07-29
* build(gen_vimdoc): fall back to lua if luajit doesn't exist (#19498)dundargoc2022-07-27
* refactor: move f_getbufvar() and f_setbufvar() to eval/vars.czeertzjq2022-07-22
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* Merge pull request #19409 from bfredl/uiunpackbfredl2022-07-19
|\
| * fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* | fix(docs): remove internal function from docs (nvim__*)Maverun2022-07-19
|/
* build: gracefully handle error in git-version #19289kylo2522022-07-14
* build: move unicode/ to src/unicode/Justin M. Keyes2022-06-28
* build: rename build-related dirsJustin M. Keyes2022-06-28
* build(gen_vimdoc): remove needless list creation and unused variable (#19079)Axis2022-06-25
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* vim-patch:8c1b8cb2e0b5 (#18966)Christian Clason2022-06-15
* refactor(api): update vimdocbfredl2022-06-12
* fix(terminfo): disable smglr for vtpcon and conemu (#18855)zeertzjq2022-06-05
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* fix(vim-patch.sh)Justin M. Keyes2022-05-28
* docs: add missing termdebug docs from Vim runtime updateszeertzjq2022-05-26
* feat(lintcommit): remove "chore", add "dist" #18594dundargoc2022-05-17
* feat(terminfo): bump built-in terminfo entries (#18570)Marco Hinz2022-05-16
* build(gen_vimdoc): eliminate non-constant global variables (#17781)dundargoc2022-05-15
* ci(commitlint): ignore "fixup" commits #18556dundargoc2022-05-13
* build(lua2dox): add parenthesis around parameter types in documentation (#18532)dundargoc2022-05-12
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* fix(runtime/genvimvim): omit s[ubstitute] from vimCommand #18480Sean Dewar2022-05-11
* build(gen_vimdoc): print user's doxygen version if it's too oldDundar Goc2022-05-02
* ci(gen_vimdoc): handle edge case when checking doxygen versionDundar Goc2022-05-02
* build(gen_vimdoc): abort if doxygen version is too oldDundar Goc2022-05-01
* docs(api): more API attributes #18336ii142022-04-30