changeset 1:426cb9c33353

Don't enable auto-finding solutions by default, leave it opt-in.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Oct 2019 11:12:24 -0700
parents 5d2c0db51914
children 1955749ac575
files plugin/vimcrosoft.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/vimcrosoft.vim	Tue Sep 17 13:24:24 2019 -0700
+++ b/plugin/vimcrosoft.vim	Thu Oct 24 11:12:24 2019 -0700
@@ -14,7 +14,7 @@
 let g:vimcrosoft_current_platform = get(g:, 'vimcrosoft_current_platform', '')
 let g:vimcrosoft_active_project = get(g:, 'vimcrosoft_active_project', '')
 
-let g:vimcrosoft_auto_find_sln = get(g:, 'vimcrosoft_auto_find_sln', 1)
+let g:vimcrosoft_auto_find_sln = get(g:, 'vimcrosoft_auto_find_sln', 0)
 let g:vimcrosoft_sln_finder = get(g:, 'vimcrosoft_sln_finder', '')
 
 let g:vimcrosoft_current_sln_cache = ''