aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc.stub
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-07 00:06:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-07 00:24:07 +1200
commitd44ad99c31a4c73e27f70eb360e5b01fbad0e5fb (patch)
tree8908c8143d1942ee3663b4bac59fd64aa1561879 /vim/vimrc.stub
parentRotate ~/.xsession-errors logs without symlink (diff)
downloaddotfiles-d44ad99c31a4c73e27f70eb360e5b01fbad0e5fb.tar.gz
dotfiles-d44ad99c31a4c73e27f70eb360e5b01fbad0e5fb.zip
Remove daft quotes from vimrc
Diffstat (limited to 'vim/vimrc.stub')
-rw-r--r--vim/vimrc.stub16
1 files changed, 8 insertions, 8 deletions
diff --git a/vim/vimrc.stub b/vim/vimrc.stub
index f9ad4d4f..484e881e 100644
--- a/vim/vimrc.stub
+++ b/vim/vimrc.stub
@@ -1,8 +1,8 @@
" We have a big, important decision to make here.
"
-" Check that we’re not running in 'compatible' mode, nor that the environment
-" calls for the same, that we’re running Vim v7.0.0 or newer, and that we
-" haven't been invoked as just plain `vi`. If it’s all clear, we can load the
+" Check that we're not running in 'compatible' mode, nor that the environment
+" calls for the same, that we're running Vim v7.0.0 or newer, and that we
+" haven't been invoked as just plain `vi`. If it's all clear, we can load the
" main vimrc file from ~/.vim/vimrc to use Vim in all of its incompatible
" glory, and then stop sourcing the rest of this file.
"
@@ -13,14 +13,14 @@ if !&compatible && !exists('$POSIXLY_CORRECT')
endif
endif
-" If we got this far, it means we’re running a tiny, 'compatible', and/or
+" If we got this far, it means we're running a tiny, 'compatible', and/or
" ancient version of Vim.
"
" So, strip out the user runtime directories from 'runtimepath', force
-" 'compatible' on, source your trusty ‘~/.exrc’, put on your dubbed cassette
-" copy of Kraftwerk’s ‘Computerwelt’, and start using vi v3.7 on your
-" engineering department’s Sun OS 4.x server via your VT220 terminal. It’s
-" July 1985, you write K&R C, and it’s good for you, like raisin bran.
+" 'compatible' on, source your trusty '~/.exrc', put on your dubbed cassette
+" copy of Kraftwerk's 'Computerwelt', and start using vi v3.7 on your
+" engineering department's Sun OS 4.x server via your VT220 terminal. It's
+" July 1985, you write K&R C, and it's good for you, like raisin bran.
"
set runtimepath-=~/.vim
set runtimepath-=~/.vim/after