From 478d86433fe210449fca432afdc14bedd505db24 Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Wed, 13 Mar 2013 21:50:42 -0500 Subject: [PATCH] --no-references as advertised --- .gitmodules | 3 +++ bin/esv | 1 + zsh/completions | 1 + 3 files changed, 5 insertions(+) create mode 160000 zsh/completions diff --git a/.gitmodules b/.gitmodules index 4d52120d..d5985ffe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -138,3 +138,6 @@ [submodule "vim/vim.symlink/bundle/ag.vim"] path = vim/vim.symlink/bundle/ag.vim url = https://github.com/epmatsw/ag.vim.git +[submodule "zsh/completions"] + path = zsh/completions + url = https://github.com/zsh-users/zsh-completions.git diff --git a/bin/esv b/bin/esv index b90485c4..c66f9830 100755 --- a/bin/esv +++ b/bin/esv @@ -65,6 +65,7 @@ for pass in 1 2; do -p|--passage-lines) PASSAGE_LINES=1;; -l|--heading-lines) HEADING_LINES=1;; --lines) LINE_LENGTH=$2; shift;; + --no-references) REFERENCES=0;; --no-headings) HEADINGS=0;; --no-subheadings) SUBHEADINGS=0;; --no-verses) FIRST_VERSES=0;VERSES=0;; diff --git a/zsh/completions b/zsh/completions new file mode 160000 index 00000000..19e8985f --- /dev/null +++ b/zsh/completions @@ -0,0 +1 @@ +Subproject commit 19e8985f8e3747592e07f323f5182769a12a8401