Skip to content

Commit

Permalink
fixup!: remove runtime/print
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Dec 23, 2022
1 parent 1215bdf commit 2f038c6
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 1 deletion.
Binary file removed runtime/print/ascii.ps
Binary file not shown.
Binary file removed runtime/print/cidfont.ps
Binary file not shown.
Binary file removed runtime/print/cns_roman.ps
Binary file not shown.
Binary file removed runtime/print/cp1250.ps
Binary file not shown.
Binary file removed runtime/print/cp1251.ps
Binary file not shown.
Binary file removed runtime/print/cp1252.ps
Binary file not shown.
Binary file removed runtime/print/cp1253.ps
Binary file not shown.
Binary file removed runtime/print/cp1254.ps
Binary file not shown.
Binary file removed runtime/print/cp1255.ps
Binary file not shown.
Binary file removed runtime/print/cp1257.ps
Binary file not shown.
Binary file removed runtime/print/gb_roman.ps
Binary file not shown.
Binary file removed runtime/print/hp-roman8.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-10.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-11.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-13.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-14.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-15.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-2.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-3.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-4.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-5.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-7.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-8.ps
Binary file not shown.
Binary file removed runtime/print/iso-8859-9.ps
Binary file not shown.
Binary file removed runtime/print/jis_roman.ps
Binary file not shown.
Binary file removed runtime/print/koi8-r.ps
Binary file not shown.
Binary file removed runtime/print/koi8-u.ps
Binary file not shown.
Binary file removed runtime/print/ks_roman.ps
Binary file not shown.
Binary file removed runtime/print/latin1.ps
Binary file not shown.
Binary file removed runtime/print/mac-roman.ps
Binary file not shown.
Binary file removed runtime/print/prolog.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/vim-patch.sh
Expand Up @@ -197,7 +197,7 @@ preprocess_patch() {
2>/dev/null $nvim --cmd 'set dir=/tmp' +'g@^diff --git a/src/\S*\<\%(testdir/\)\@<!\%('"${na_src}"'\)\>@norm! d/\v(^diff)|%$' +w +q "$file"

# Remove runtime files ported to Lua.
local na_rt='filetype\.vim\|scripts\.vim\|autoload\/ft\/dist\.vim'
local na_rt='filetype\.vim\|scripts\.vim\|autoload\/ft\/dist\.vim\|print\/.*'
2>/dev/null $nvim --cmd 'set dir=/tmp' +'g@^diff --git a/runtime/\<\%('"${na_rt}"'\)\>@norm! d/\v(^diff)|%$' +w +q "$file"

# Remove unwanted Vim doc files.
Expand Down

0 comments on commit 2f038c6

Please sign in to comment.