Mercurial > vim-crosoft
comparison plugin/vimcrosoft.vim @ 12:1639be0967d6
Warn if multiple solutions have been found in the project.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 29 Aug 2023 12:50:59 -0700 |
parents | 376f3371c311 |
children | dce01b0e9982 |
comparison
equal
deleted
inserted
replaced
11:096e80c13781 | 12:1639be0967d6 |
---|---|
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', 0) | 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 let g:vimcrosoft_warn_multiple_slns = get(g:, 'vimcrosoft_warn_multiple_slns', 1) | |
19 | 20 |
20 let g:vimcrosoft_current_sln_cache = '' | 21 let g:vimcrosoft_current_sln_cache = '' |
21 | 22 |
22 let g:vimcrosoft_msbuild_path = get(g:, 'vimcrosoft_msbuild_path', '') | 23 let g:vimcrosoft_msbuild_path = get(g:, 'vimcrosoft_msbuild_path', '') |
23 let g:vimcrosoft_use_external_python = get(g:, 'vimcrosoft_use_external_python', 0) | 24 let g:vimcrosoft_use_external_python = get(g:, 'vimcrosoft_use_external_python', 0) |