aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-23 01:15:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-23 01:15:27 +1200
commit488ebe8343bc8a5b1784d3185b7a2716c081bdba (patch)
tree743462bc0f01df63fb8dd7a4d6e675fdc80887af /vim/plugin
parentAdd a Git hooks issue with new repositories (diff)
downloaddotfiles-488ebe8343bc8a5b1784d3185b7a2716c081bdba.tar.gz
dotfiles-488ebe8343bc8a5b1784d3185b7a2716c081bdba.zip
Spin alternate_filetypes.vim plugin into a dist
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/alternate_filetypes.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/plugin/alternate_filetypes.vim b/vim/plugin/alternate_filetypes.vim
deleted file mode 100644
index e024c9b2..00000000
--- a/vim/plugin/alternate_filetypes.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-command -bar AlternateFileType
- \ call alternate_filetypes#() | set filetype?
-nnoremap <silent> <Plug>(AlternateFileType)
- \ :<C-U>AlternateFileType<CR>