comparison plugin/vimcrosoft.vim @ 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
comparison
equal deleted inserted replaced
0:5d2c0db51914 1:426cb9c33353
12 let g:vimcrosoft_current_sln = get(g:, 'vimcrosoft_current_sln', '') 12 let g:vimcrosoft_current_sln = get(g:, 'vimcrosoft_current_sln', '')
13 let g:vimcrosoft_current_config = get(g:, 'vimcrosoft_current_config', '') 13 let g:vimcrosoft_current_config = get(g:, 'vimcrosoft_current_config', '')
14 let g:vimcrosoft_current_platform = get(g:, 'vimcrosoft_current_platform', '') 14 let g:vimcrosoft_current_platform = get(g:, 'vimcrosoft_current_platform', '')
15 let g:vimcrosoft_active_project = get(g:, 'vimcrosoft_active_project', '') 15 let g:vimcrosoft_active_project = get(g:, 'vimcrosoft_active_project', '')
16 16
17 let g:vimcrosoft_auto_find_sln = get(g:, 'vimcrosoft_auto_find_sln', 1) 17 let g:vimcrosoft_auto_find_sln = get(g:, 'vimcrosoft_auto_find_sln', 0)
18 let g:vimcrosoft_sln_finder = get(g:, 'vimcrosoft_sln_finder', '') 18 let g:vimcrosoft_sln_finder = get(g:, 'vimcrosoft_sln_finder', '')
19 19
20 let g:vimcrosoft_current_sln_cache = '' 20 let g:vimcrosoft_current_sln_cache = ''
21 21
22 let g:vimcrosoft_msbuild_path = get(g:, 'vimcrosoft_msbuild_path', '') 22 let g:vimcrosoft_msbuild_path = get(g:, 'vimcrosoft_msbuild_path', '')