diff options
Diffstat (limited to '.vim/ftdetect/gnuplot.vim')
| -rw-r--r-- | .vim/ftdetect/gnuplot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftdetect/gnuplot.vim b/.vim/ftdetect/gnuplot.vim new file mode 100644 index 0000000..ddbcb1b --- /dev/null +++ b/.vim/ftdetect/gnuplot.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.gnu set filetype=gnuplot |
