]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/setup.sh: correct/cleanup comments
authorSimon Ruderich <simon@ruderich.org>
Thu, 12 Jul 2018 11:59:07 +0000 (13:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 12 Jul 2018 11:59:31 +0000 (13:59 +0200)
vim/setup.sh

index 6884298ace204cd30d541f3eed57dfb17a0e95a2..9ce5da2ec01c7315202c39431c33503a5e05fb07 100755 (executable)
@@ -2,7 +2,7 @@
 
 # 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
@@ -23,14 +23,12 @@ set -eu
 . ../lib.sh
 
 
-# Create directories.
 mkdir -p vim/cache
 
-# Create documentation tags for pathogen plugins. `vim -e` always exists with
-# 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