neovim/scripts
Justin M. Keyes 1e7a553ed7 vim-patch.sh: force LC_ALL=C for preprocessing
Any patch may contain mixed encodings, so we must process them as byte
arrays. E.g. with stock `sed` on OS X patch
8a94d873aa8c753a8522ea86a049bdf2abd0c507 causes this error:
    sed: RE error: illegal byte sequence
To avoid that, set LC_ALL=C.

Also remove redundant *.patch creation from review_pr().
2015-12-17 21:28:54 -05: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 Fix compiling with gcc 5. #2566 2015-05-04 23:23:06 -04:00
genex_cmds.lua vim-patch:7.4.530-531 2015-04-28 23:08:30 -03:00
genoptions.lua options: Move option definitions to options.lua 2015-07-26 12:58:00 +03:00
genunicodetables.lua documentation: Document table meanings in comment to genunicodetables 2015-07-26 22:59:46 +03:00
genvimvim.lua syntax: Exclude deprecated options 2015-07-26 21:39:19 +03:00
legacy2luatest.pl scripts/legacy2luatest.pl: remove modeline #2536 2015-05-02 20:40:08 -04:00
movedocs.pl Move documentation from function declarations to definitions 2014-06-02 11:04:04 -03:00
msgpack-gen.lua Windows: Accept CRLF in msgpack-gen.lua grammar #3226 2015-08-24 04:35:44 -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.sh: force LC_ALL=C for preprocessing 2015-12-17 21:28:54 -05:00