diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-06 20:55:47 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-06 20:55:47 +0000 |
commit | 2eedbb0079a38f02af5423e9a071cec6ee4b8c3e (patch) | |
tree | 65ef28e9b7728ebd61322939a2cb802a80a0caeb /dotrc/_gvimrc | |
parent | fa6bede3962a4729808db2c46c91b95285bf3eec (diff) |
Restored other lost changes + files
Diffstat (limited to 'dotrc/_gvimrc')
-rw-r--r-- | dotrc/_gvimrc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dotrc/_gvimrc b/dotrc/_gvimrc deleted file mode 100644 index dace2c8..0000000 --- a/dotrc/_gvimrc +++ /dev/null @@ -1,22 +0,0 @@ -set ch=2 - -set guioptions-=T -set hlsearch -set mousehide - -set mouse= - -highlight Normal guibg=black guifg=white -highlight Search guibg=grey20 guifg=white -highlight Cursor guibg=white guifg=NONE -highlight NonText guibg=black -highlight Constant gui=NONE guibg=black -highlight Special gui=NONE guibg=black -set background=dark - -"set guifont=-adobe-courier-medium-r-normal-*-*-120-*-*-m-*-iso8859-9 -"set guifont=-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso10646-1 -"set guifont="-windows-proggysquare-medium-r-normal--11-80-96-96-c-70-iso8859-1" -set guifont=fixed - -syntax on |