# HG changeset patch # User Steve Huston # Date 1609878918 18000 # Node ID 78b05f62ebbc7f452d2c6c37f7ac2104a16bbd11 # Parent 7fc7d82cce6d3855b962e9e21b8fc839b49f6bf7 Update TOhtml alias diff -r 7fc7d82cce6d -r 78b05f62ebbc .bash_aliases --- 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 ;;