aboutsummaryrefslogtreecommitdiff
path: root/vim/config/os.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/os.vim')
-rw-r--r--vim/config/os.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/config/os.vim b/vim/config/os.vim
deleted file mode 100644
index ff6cadfc..00000000
--- a/vim/config/os.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-" Fedora's default environment adds a few auto commands that I don't like,
-" including the 'return to previous position in buffer' one; fortunately
-" they're nice enough to group the commands, so I can just clear them
-if has('autocmd')
- augroup fedora
- autocmd!
- augroup END
-endif