summaryrefslogtreecommitdiff
path: root/libre/vim-runtime/parabola.vim
diff options
context:
space:
mode:
Diffstat (limited to 'libre/vim-runtime/parabola.vim')
-rw-r--r--libre/vim-runtime/parabola.vim7
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/vim-runtime/parabola.vim b/libre/vim-runtime/parabola.vim
index bc3c1f82e..3db882946 100644
--- a/libre/vim-runtime/parabola.vim
+++ b/libre/vim-runtime/parabola.vim
@@ -1,7 +1,7 @@
" The Parabola GNU/Linux-libre global vimrc - setting only a few sane defaults
"
-" Maintainer: Tobias Kieslich [tobias funnychar archlinux dot org]
-" Maintainer for Parabola rebranding: André Silva [emulatorman funnychar parabola dot nu]
+" Maintainer: Thomas Dziedzic [gostrc@gmail.com]
+" Maintainer for Parabola rebranding: André Silva [emulatorman@parabola.nu]
"
" NEVER EDIT THIS FILE, IT'S OVERWRITTEN UPON UPGRADES, GLOBAL CONFIGURATION
" SHALL BE DONE IN /etc/vimrc, USER SPECIFIC CONFIGURATION IN ~/.vimrc
@@ -17,8 +17,7 @@ set ruler " show the cursor position all the time
" Suffixes that get lower priority when doing tab completion for filenames.
" These are files we are not likely to want to edit or read.
-set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
-
+set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
if has('gui_running')
" Make shift-insert work like in Xterm