aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 15:35:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 15:35:07 +1200
commit09f2af44e64126116bc60ba2673172b7146e0fde (patch)
tree093ced2b245c04445e278e92c81ddb0c0d2e8fca
parentMerge branch 'hotfix/v9.9.3' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-09f2af44e64126116bc60ba2673172b7146e0fde.tar.gz
dotfiles-09f2af44e64126116bc60ba2673172b7146e0fde.zip
Merge branch 'hotfix/v9.9.4' into develop
* hotfix/v9.9.4: Add subtype flag for printcap Vim filetype
-rw-r--r--VERSION4
-rw-r--r--vim/filetype.vim3
2 files changed, 4 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 4793ebf2..de803322 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.9.3
-Thu, 21 May 2020 03:31:38 +0000
+tejr dotfiles v9.9.4
+Thu, 21 May 2020 03:34:15 +0000
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 70c57682..4ecc7aab 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -293,7 +293,8 @@ augroup filetypedetect
" printcap(5) files
autocmd BufNewFile,BufRead
\ printcap
- \ setfiletype ptcap
+ \ let b:ptcap_type = 'print'
+ \|setfiletype ptcap
" Python files
autocmd BufNewFile,BufRead
\ ?*.py