aboutsummaryrefslogtreecommitdiff
path: root/runtime/gvimrc_example.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
commite922a7427371b5869d1b1623c368f365bad3fedb (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /runtime/gvimrc_example.vim
parent189427efd7b905c00f155f5f9ce5123eca599e44 (diff)
parenta62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff)
downloadrneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.gz
rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.bz2
rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.zip
Merge pull request #1648 from Pyrohh/amiga-vms-cleanup
Amiga/VMS cleanup
Diffstat (limited to 'runtime/gvimrc_example.vim')
-rw-r--r--runtime/gvimrc_example.vim12
1 files changed, 5 insertions, 7 deletions
diff --git a/runtime/gvimrc_example.vim b/runtime/gvimrc_example.vim
index 26b3001220..ab9803413b 100644
--- a/runtime/gvimrc_example.vim
+++ b/runtime/gvimrc_example.vim
@@ -1,14 +1,12 @@
" An example for a gvimrc file.
" The commands in this are executed when the GUI is started.
"
-" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last change: 2001 Sep 02
+" Maintainer: Bram Moolenaar <Bram@vim.org>
+" Last change: 2001 Sep 02
"
" To use it, copy it to
-" for Unix: ~/.gvimrc
-" for Amiga: s:.gvimrc
+" for Unix: ~/.gvimrc
" for MS-DOS and Win32: $VIM\_gvimrc
-" for OpenVMS: sys$login:.gvimrc
" Make external commands work through a pipe instead of a pseudo-tty
"set noguipty
@@ -16,9 +14,9 @@
" set the X11 font to use
" set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
-set ch=2 " Make command line two lines high
+set ch=2 " Make command line two lines high
-set mousehide " Hide the mouse when typing text
+set mousehide " Hide the mouse when typing text
" Make shift-insert work like in Xterm
map <S-Insert> <MiddleMouse>