diff vim/gvimrc @ 494:76defcf6bf02

Add gvimrc file.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 12 Nov 2021 10:50:18 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vim/gvimrc	Fri Nov 12 10:50:18 2021 -0800
@@ -0,0 +1,15 @@
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+"
+" Ludovic Chabant's ~/.gvimrc
+"
+" http://ludovic.chabant.com
+"
+"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+" Set a variable that says we already sourced this file, for those few
+" settings we don't want to re-apply.
+if exists('g:sourced_gvimrc')
+    let g:resourcing_gvimrc = 1
+endif
+let g:sourced_gvimrc = 1
+