Skip to content

Commit

Permalink
--no-references as advertised
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Mar 14, 2013
1 parent 2cf3c4f commit 478d864
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -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
1 change: 1 addition & 0 deletions bin/esv
Expand Up @@ -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;;
Expand Down
1 change: 1 addition & 0 deletions zsh/completions
Submodule completions added at 19e898

0 comments on commit 478d864

Please sign in to comment.