dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0e50dea5b21b4bfbd51df2f23d9ace2e3d841712
parent 2da19b033eab33a30b54fca89cf9363bc2d6cb79
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 13 Jan 2020 14:27:50 +0100

vim: support nfo filetype

Former-commit-id: 43cf3018832e7394ca1d3b994af3cc173e096a66
Diffstat:
Avim/after/ftplugin/nfo.vim | 1+
Avim/ftdetect/nfo.vim | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/after/ftplugin/nfo.vim b/vim/after/ftplugin/nfo.vim @@ -0,0 +1 @@ +try | silent edit ++enc=cp437 | catch | endtry diff --git a/vim/ftdetect/nfo.vim b/vim/ftdetect/nfo.vim @@ -0,0 +1 @@ +autocmd BufRead,BufNewFile *.nfo,*.NFO set filetype=nfo