summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 02:45:50 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 03:20:01 -0500
commit568feb1c2d4450dc7556d01b32e33067d289e540 (patch)
tree2e75f953bc96322e4fdc6f663bbaf3602a292717 /vimrc
parentb624627d2ef27a207a0cf097dc108bf22b12b9bc (diff)
downloadconf-568feb1c2d4450dc7556d01b32e33067d289e540.tar.gz
conf-568feb1c2d4450dc7556d01b32e33067d289e540.zip
move history sync to its own external repository
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index a7b632b..d15871c 100644
--- a/vimrc
+++ b/vimrc
@@ -106,6 +106,7 @@ else
let g:gundo_disable = 1
endif
" }}}
+" history-sync
" matchit {{{
packadd! matchit
" }}}