annotate vim/gvimrc @ 509:fa55013bbfe3
Clean up bashrc, add local one
author |
Ludovic Chabant <ludovic@chabant.com> |
date |
Sun, 14 Nov 2021 21:55:20 -0800 |
parents |
76defcf6bf02 |
children |
|
rev |
line source |
494
|
1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
2 "
|
|
3 " Ludovic Chabant's ~/.gvimrc
|
|
4 "
|
|
5 " http://ludovic.chabant.com
|
|
6 "
|
|
7 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
8
|
|
9 " Set a variable that says we already sourced this file, for those few
|
|
10 " settings we don't want to re-apply.
|
|
11 if exists('g:sourced_gvimrc')
|
|
12 let g:resourcing_gvimrc = 1
|
|
13 endif
|
|
14 let g:sourced_gvimrc = 1
|
|
15
|