# Setup script for Vim configuration files.
-# Copyright (C) 2011-2012 Simon Ruderich
+# Copyright (C) 2011-2018 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
. ../lib.sh
-# Create directories.
mkdir -p vim/cache
-# Create documentation tags for pathogen plugins. `vim -e` always exists with
-# 1 for unknown reasons.
+# Create documentation tags for pathogen plugins. `vim -e` always exits with 1
+# for unknown reasons.
vim -e -c ':call pathogen#helptags()' -c ':q' || true
-# Link setup.
link vim ~/.vim
link vimrc ~/.vimrc
if installed gvim; then