diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2014-05-12 22:45:06 +0200 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2014-05-12 22:45:06 +0200 |
| commit | b576a8813e18927f1bb5ea5a2b1f3dd3c76b92c8 (patch) | |
| tree | d816868dd341d8c93175721775e9b95660789a67 | |
| parent | 0e7e631797e1a80358dad63b6f066ead4f50968c (diff) | |
| download | vim4projects-b576a8813e18927f1bb5ea5a2b1f3dd3c76b92c8.tar.gz vim4projects-b576a8813e18927f1bb5ea5a2b1f3dd3c76b92c8.tar.xz vim4projects-b576a8813e18927f1bb5ea5a2b1f3dd3c76b92c8.zip | |
Add histwin.vim as common
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | git-histwin | 0 | ||||
| -rw-r--r-- | init-common | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 70c58f4..405adb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "git-ack"] path = git-ack url = https://github.com/mileszs/ack.vim.git +[submodule "git-histwin"] + path = git-histwin + url = https://github.com/chrisbra/histwin.vim.git diff --git a/git-histwin b/git-histwin new file mode 160000 +Subproject 24a07da34c8e2303c4ee378856e6c69bd25cc52 diff --git a/init-common b/init-common index 62f6cff..6f9f330 100644 --- a/init-common +++ b/init-common @@ -9,5 +9,10 @@ common () { # the whole original "plugin" path for one file is impractical) init_url_wget $1 "${_local_vimrc_dir}/plugin" "${_local_vimrc_url}" || return $? init_url_wget $1 "${_local_vimrc_dir}/autoload/lh" "${_lh_common_url}" + + # histwin.vim + # Browse the undo tree + init_git_submodule $1 \ + 'git-histwin' } init_register common |
