From 6759051d4c92baf050393ae77e7506005d85f259 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:43:48 +1300 Subject: Move fedora.vim into os.vim For OS-dependent config. --- vim/config/fedora.vim | 8 -------- vim/config/os.vim | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 vim/config/fedora.vim create mode 100644 vim/config/os.vim (limited to 'vim') diff --git a/vim/config/fedora.vim b/vim/config/fedora.vim deleted file mode 100644 index ff6cadfc..00000000 --- a/vim/config/fedora.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 diff --git a/vim/config/os.vim b/vim/config/os.vim new file mode 100644 index 00000000..ff6cadfc --- /dev/null +++ b/vim/config/os.vim @@ -0,0 +1,8 @@ +" 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 -- cgit v1.2.3