aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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