changeset 208:78b05f62ebbc

Update TOhtml alias
author Steve Huston <huston@srhuston.net>
date Tue, 05 Jan 2021 15:35:18 -0500
parents 7fc7d82cce6d
children d7f327fd082f
files .bash_aliases
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Wed Nov 25 14:54:48 2020 -0500
+++ b/.bash_aliases	Tue Jan 05 15:35:18 2021 -0500
@@ -205,9 +205,13 @@
 
     # Files to ignore from the list
     case $F in
-      .vim/plugin/gnupg.vim | \
-      .vim/syntax/syslog.vim| \
-      .vim/syntax/yum.vim   \
+      .vim/ftdetect/puppet.vim | \
+      .vim/ftplugin/puppet.vim | \
+      .vim/indent/puppet.vim   | \
+      .vim/plugin/gnupg.vim    | \
+      .vim/syntax/puppet.vim   | \
+      .vim/syntax/syslog.vim   | \
+      .vim/syntax/yum.vim        \
       )
         continue
         ;;