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 /init-common | |
| parent | 0e7e631797e1a80358dad63b6f066ead4f50968c (diff) | |
Add histwin.vim as common
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'init-common')
| -rw-r--r-- | init-common | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
