neovim/scripts
Justin M. Keyes c43e2874c0 fix(vim-patch.sh)
In scripts/vim-patch.sh line 335:
      printf '
             ^-- SC2183 (warning): This format string has 4 variables, but is passed 3 arguments.

    In scripts/vim-patch.sh line 597:
      list_missing_vimpatches 1 "$@" | while read -r vim_commit; do
                                                     ^--------^ SC2030 (info): Modification of vim_commit is local (to subshell caused by pipeline)

    In scripts/vim-patch.sh line 626:
      done < <(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id --name-only -r "${vim_commit}" -- . ':!src/version.c')
                                                                                   ^-----------^ SC2031 (info): vim_commit was modified in a subshell. That change might be lost.

    For more information:
      https://www.shellcheck.net/wiki/SC2183 -- This format string has 4 variable...
      https://www.shellcheck.net/wiki/SC2030 -- Modification of vim_commit is loc...
      https://www.shellcheck.net/wiki/SC2031 -- vim_commit was modified in a subs...
2022-05-28 10:30:03 -07:00
..
bump_deps.lua ci: add script to bump versions (#17884) 2022-04-07 17:41:48 +02:00
bump-deps.sh ci: add script to bump versions (#17884) 2022-04-07 17:41:48 +02:00
check_urls.vim vim-patch: move test_urls.vim out of runtime/ 2018-11-12 12:36:40 -05:00
check-includes.py py: flake8 fixes 2019-07-29 22:14:23 +02:00
download-unicode-files.sh Download emoji-data from UNIDATA/ 2020-10-04 11:50:29 -04:00
gen_filetype.lua feat: filetype.lua (#16600) 2022-01-04 07:28:29 -07:00
gen_help_html.py py: flake8 fixes 2019-07-29 22:14:23 +02:00
gen_vimdoc.py build(gen_vimdoc): eliminate non-constant global variables (#17781) 2022-05-15 11:23:56 +02:00
genappimage.sh genappimage.sh: migrate to linuxdeploy #10027 2019-05-18 20:38:19 +02:00
genvimvim.lua fix(runtime/genvimvim): omit s[ubstitute] from vimCommand #18480 2022-05-11 17:08:25 -07:00
git-log-pretty-since.sh release.sh: Format issue-numbers in descriptions [ci skip] 2019-01-04 06:03:47 +01:00
legacy2luatest.pl legacy2luatest: Use before_each instead of setup. 2016-02-01 09:09:08 +01:00
lintcommit.lua feat(lintcommit): remove "chore", add "dist" #18594 2022-05-17 05:42:48 -07:00
lua2dox_filter more generic shebang for lua2dox_filter 2021-03-04 15:44:40 +01:00
lua2dox.lua build(lua2dox): add parenthesis around parameter types in documentation (#18532) 2022-05-12 08:02:46 -06:00
movedocs.pl
pvscheck.sh fix/PVS #17863 2022-04-24 18:51:22 -07:00
release.sh fix(release.sh): ignore failed "rm" 2021-10-02 08:26:57 -07:00
shadacat.py Merge #11319 'inccommand: fix issues with modifiers and prompting' 2019-11-05 17:34:21 -08:00
uncrustify.sh feat(lua): add api and lua autocmds 2022-02-27 22:04:55 +01:00
update_terminfo.sh feat(terminfo): bump built-in terminfo entries (#18570) 2022-05-16 01:45:34 +02:00
update_version_stamp.lua Use vX.Y.Z-dev+{git-describe} for development versions 2020-12-06 21:01:11 -05:00
vim-patch.sh fix(vim-patch.sh) 2022-05-28 10:30:03 -07:00
vimpatch.lua build(lint): check scripts/*.lua 2021-09-19 16:36:08 -07:00
windows.ti win/TUI: fix text overrides line numbers #9474 2019-01-09 10:40:02 +01:00