Skip to content

Commit

Permalink
zsh: Add mode variables to completion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bogner committed May 21, 2014
1 parent 78c747d commit dbcd570
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions completion/zsh/_cmake-llvm
Expand Up @@ -13,3 +13,10 @@ _arguments \
--prefix:"directory":"_files -/" \
--host-compiler:"path":'_files -W path -g "(clang|gcc|cc)"' \
--cflags:"extra flags":

# Local Variables:
# mode: Shell-Script
# sh-indentation: 4
# indent-tabs-mode: nil
# sh-basic-offset: 2
# End:
7 changes: 7 additions & 0 deletions completion/zsh/_git-llvm
Expand Up @@ -3,3 +3,10 @@

[[ $service == git-llvm ]] && service=git
_git

# Local Variables:
# mode: Shell-Script
# sh-indentation: 4
# indent-tabs-mode: nil
# sh-basic-offset: 2
# End:

0 comments on commit dbcd570

Please sign in to comment.