summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2017-05-01scripts/release.shJustin M. Keyes1
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse1
2017-04-29doc: Removed t_XX options/keycodes. (#6616)Justin M. Keyes1
2017-04-24api/dispatch: Mark generated functions table readonly (#6576)Patrick Jackson1
2017-04-23api_set_error(): renameJustin M. Keyes1
2017-04-23api/internal: Remove `set` field from Error type.Justin M. Keyes1
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma1
2017-04-20Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes1
2017-04-19scripts/vim-patch.sh: word-boundaries in preprocess regexJustin M. Keyes1
2017-04-19scripts: Add newline after the commentZyX1
2017-04-19scripts: Allow patching only build filesZyX1
2017-04-19scripts: Do not patch already patched sources in patch modeZyX1
2017-04-19scripts: Make pvs do not patch separate directory, add patch modeZyX1
2017-04-10pvscheck: Add --recheck argumentZyX1
2017-04-10pvscheck: Do not use --depthZyX1
2017-04-10pvscheck: Do not trace helpZyX1
2017-04-10pvsscript: Use git clone and not git worktreeZyX1
2017-04-10pvscheck: Add helpZyX1
2017-04-10scripts: Create script which checks Neovim with PVS-studioZyX1
2017-04-06vim-patch: Update regex for included_patches array (#6449)James McCoy1
2017-03-29eval/typval: Add missing includes, also add a script to find themZyX1
2017-03-21scripts/vim-patch.sh: Remove "Last change ..." lines.Justin M. Keyes1
2017-03-15release.sh: add api metadata fixture if api level was bumpedBjörn Linse1
2017-03-15api: implement FUNC_API_SINCEBjörn Linse1
2017-03-01doc/api.txt: Merge with api-funcs.txtJustin M. Keyes1
2017-03-01scripts: Annotate API functions in generated docs (#6199)Tommy Allen1
2017-02-27vim-patch.sh: Bump base Vim version to 7.4.1980James McCoy1
2017-02-17Merge #6110 'refactor: Move vim_*printf to strings.c'.Justin M. Keyes1
2017-02-14vim-patch.sh: don't ignore runtime/doc/tagsrch.txtlonerover1
2017-02-14message,strings: Move vim_*printf functions to strings.cZyX1
2017-02-06vim-patch: Use get_vim_patch to retrieve patch for reviewJames McCoy1
2017-01-13vim-patch:8.0.0121Daniel Hahler1
2017-01-03automation: Generate API documentation (#5798)Tommy Allen1
2016-12-22vim-patch: fix default answersMarco Hinz1
2016-12-15vim-patch: Allow skipping non-"vim-patch" commits during reviewJames McCoy1
2016-12-12vim-patch: Add -g switch to download/preprocess patchJames McCoy1
2016-11-17l10n: Remove some non-UTF8 .po files. (#5622)Justin M. Keyes1
2016-11-15vim-patch.sh: Remove "set -o pipefail"James McCoy1
2016-11-02object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy1
2016-10-28NVIM v0.1.6v0.1.6Justin M. Keyes1
2016-10-26api: Nvim version, API level #5386Rui Abreu Ferreira1
2016-10-24doc; vim-patch.shJustin M. Keyes1
2016-10-22Merge pull request #4568 from bfredl/multirequestBjörn Linse1
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse1
2016-10-19api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse1
2016-09-27api: add blanket implementation of "since"Björn Linse1
2016-09-27api: define the set of function attributes to expose in the metadataBjörn Linse1
2016-09-27api: restore old return type of deprecated ui_try_resize methodBjörn Linse1
2016-09-24genunicodetables: Give the unicode directory as the first argumentJames McCoy1
2016-09-24vim-patch:7.4.1642James McCoy1