Browse Source

Added missing new lines at end of files.

master
Sorin Ionescu 13 years ago
parent
commit
902edfdd61
  1. 1
      plugins/git/completions/_git-hub
  2. 1
      plugins/history-substring-search/history-substring-search.zsh
  3. 1
      plugins/osx/README.md
  4. 1
      plugins/osx/functions/tab

1
plugins/git/completions/_git-hub

@ -27,3 +27,4 @@ case "$state" in @@ -27,3 +27,4 @@ case "$state" in
esac
return $ret

1
plugins/history-substring-search/history-substring-search.zsh

@ -551,3 +551,4 @@ function _history-substring-search-down-search() { @@ -551,3 +551,4 @@ function _history-substring-search-down-search() {
# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
# vim: ft=zsh sw=2 ts=2 et

1
plugins/osx/README.md

@ -8,3 +8,4 @@ Provides the following commands. @@ -8,3 +8,4 @@ Provides the following commands.
- `ql` quick look at files.
- `manp` Open MAN pages in _Preview.app_.
- `trash` Move files and folders to _Trash_.

1
plugins/osx/functions/tab

@ -32,3 +32,4 @@ EOF @@ -32,3 +32,4 @@ EOF
end tell
EOF
}

Loading…
Cancel
Save