dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 18b7d18ead19f2136df2db08533eb5cd8cad2601
parent 0a246b324fc33abfd71547a1cb27281463680d46
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 14:33:15 +0200

Fix vim group name

Diffstat:
M.vim/ftdetect/gnuplot.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/ftdetect/gnuplot.vim b/.vim/ftdetect/gnuplot.vim @@ -1,4 +1,4 @@ " treat .gp files as gnuplot -augroup c_header_identify +augroup gnuplot_identify autocmd! BufNewFile,BufRead *.gp setlocal ft=gnuplot augroup END