diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2012-02-03 12:59:22 +0100 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2012-02-03 12:59:22 +0100 |
| commit | 9687b559ecff22cd42c0a0acdfd2980565bf1146 (patch) | |
| tree | 010c8e8aacf48f23d0455d62b1c000ac6365567e /init-optional | |
| parent | fc2d9a48e9a5504f0ae4356278aa854cf2def1b1 (diff) | |
| download | vim4projects-9687b559ecff22cd42c0a0acdfd2980565bf1146.tar.gz vim4projects-9687b559ecff22cd42c0a0acdfd2980565bf1146.tar.xz vim4projects-9687b559ecff22cd42c0a0acdfd2980565bf1146.zip | |
explicit SVN revisions, minor changes
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-optional')
| -rw-r--r-- | init-optional | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init-optional b/init-optional index 389c873..a36e50e 100644 --- a/init-optional +++ b/init-optional @@ -1,6 +1,4 @@ # optional (but recommended) vim plugins -CHOICES="$CHOICES|optional" - optional () { announce "--- optional ---" # makegreen: @@ -9,3 +7,4 @@ optional () { # "code navigator" incl. JS support if jsctags installed do_git_submodule $1 "git-makegreen" "git-tagbar" } +register optional |
