summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2023-08-01docs(builtin): fix and annotate language blocks (#24506)Lewis Russell1
2023-07-28feat(docs): generate builtin.txt (#24493)Lewis Russell3
2023-07-26fix(gen_vimfn_types): don't include tag before signature's line (#24492)zeertzjq1
2023-07-26feat(lua): typing for vim.fn.* (#24473)Lewis Russell1
2023-07-21docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell2
2023-07-18build(scripts): allow a git ref for lsp_types #24377kylo2521
2023-07-18refactor(lua2dox): overhaul (#24386)Lewis Russell1
2023-07-17fix: doc errorsLewis Russell1
2023-07-17refactor(gen_vimdoc): put defgroup handling in a functionLewis Russell1
2023-07-17docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2
2023-07-17docs(lua): move function docs to lua filesLewis Russell1
2023-07-17docs: handle whitespace in emmycommentsLewis Russell1
2023-07-17docs(lua): do not render self argsLewis Russell1
2023-07-08fix(docs): match DocSearch style with site themeJustin M. Keyes1
2023-07-08docs: gather @notes items into one sectionJustin M. Keyes1
2023-07-08docs: "Return (multiple)" headingJustin M. Keyes1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-07-03docs(gen_help_html): accept "~/" in file/dir params #24240Justin M. Keyes1
2023-06-27fix(docs): ignore_invalid #24174Justin M. Keyes1
2023-06-25fix(docs): too much whitespace around <pre> blocks #24151Justin M. Keyes1
2023-06-25docs: autocmds, miscJustin M. Keyes1
2023-06-25fix(docs): vimdoc syntax errorsJustin M. Keyes1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-06-22feat(gen_help_html): ignore pi_netrw.txt errorsJustin M. Keyes1
2023-06-22feat(gen_help_html): non-default vimdoc.so parserJustin M. Keyes1
2023-06-22docs: lsp, vim_diffJustin M. Keyes1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal1
2023-06-19docs #24061Justin M. Keyes1
2023-06-11feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal1
2023-06-07feat(lua): add `vim.system()`Lewis Russell1
2023-06-07feat(scripts): add lsp_types.lua (#23750)max3975741
2023-06-06refactor!: rename "playground" => "dev" #23919Justin M. Keyes1
2023-06-02docs(html): define anchors for search engine #23879Justin M. Keyes1
2023-05-30docs(html): algolia docsearch #23839Justin M. Keyes1
2023-05-26build(vim-patch.sh): use bundled uncrustify (#23770)zeertzjq1
2023-05-13ci(deps): update bump_deps script (#23604)Christian Clason1
2023-05-09test(old): remove python2 tests (#23547)zeertzjq1
2023-05-03build: create a text file for specifying dependency informationdundargoc1
2023-05-02docs(html): right-align inline tags (#23403)Christian Clason1
2023-05-01docs(lsp): remove vim.lsp.sync (#23416)Mathias Fußenegger1
2023-04-25refactor(iter): move helper functions under vim.iterGregory Anders1
2023-04-22ci: make all linux releases work with same glibc versiondundargoc1
2023-04-22ci(lintcommit): fix error outputdundargoc1
2023-04-22ci(lintcommit): use nvim -lLewis Russell1
2023-04-21refactor(build): move the last generator from scripts/ to src/nvim/generatorsbfredl1
2023-04-20fix(build): distinguish vim.mpack from global require'mpack'bfredl1
2023-04-19refactor(build): use vendored versions of mpack and luabitopbfredl1
2023-04-18fix(genvimvim): add special abbreviations of :delete (#23172)zeertzjq1
2023-04-17feat(lua): add vim.iter (#23029)Gregory Anders1