neovim/scripts
James McCoy 9d170a493e
vim-patch: Group alternations in preprocess_patch
Without the groupings, only the first alternation matches the diff
marker.  For example,

    local na_doc='todo\.txt\|version\d\.txt\|tags'
    ... +'g^diff --git a/runtime/doc/'${na_doc}'...

becomes, after expansion,

    ... +'g^diff --git a/runtime/doc/todo\.txt\|version\d\.txt\|tags'...

so the matches become "^diff --get a/runtime/doc/todo\.txt",
"version\d\.txt", or "tags".  Adding the grouping ensures the expected
behavior of requiring "^diff --get a/runtime/doc/" before every
filename.
2016-09-22 07:16:50 -04:00
..
download-unicode-files.sh Create script that downloads and commits UNIDATA files 2015-07-26 22:59:46 +03:00
finddeclarations.pl Remove remaining declarations with new script: finddeclarations.pl 2014-06-02 11:04:18 -03:00
gen_events.lua fileio: Move event definitions to the generator script 2015-07-26 12:39:01 +03:00
gendeclarations.lua api: refactor remote ui to use API dispatch generation 2016-05-27 13:18:04 +02:00
gendispatch.lua gendispatch: warn for deprecated alias if the deprecated function has implemation 2016-09-15 10:44:38 +02:00
geneval.lua api: consistently use nvim_ prefix and update documentation 2016-08-31 21:57:06 +02:00
genex_cmds.lua vim-patch:7.4.530-531 2015-04-28 23:08:30 -03:00
genoptions.lua option: Do not expand options, obtained from XDG vars 2016-07-10 02:04:27 +03:00
genunicodetables.lua documentation: Document table meanings in comment to genunicodetables 2015-07-26 22:59:46 +03:00
genvimvim.lua eval: use gperf to generate the hash of builtin functions 2016-08-31 21:57:04 +02:00
git-log-pretty-since.sh release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message. 2016-08-22 15:39:14 -04:00
legacy2luatest.pl legacy2luatest: Use before_each instead of setup. 2016-02-01 09:09:08 +01:00
movedocs.pl Move documentation from function declarations to definitions 2014-06-02 11:04:04 -03:00
release.sh release.sh: Sign the tag. 2016-08-26 03:51:52 -04:00
run-api-tests.exp server: Rename address environment variable 2014-09-13 21:35:47 -03:00
shadacat.py scripts: Add filter argument to shadacat.py 2015-10-23 14:47:59 +03:00
stripdecls.py Add automatic generation of headers 2014-06-02 11:04:17 -03:00
vim-patch.sh vim-patch: Group alternations in preprocess_patch 2016-09-22 07:16:50 -04:00