Mercurial > vim-crosoft
diff 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 |
line wrap: on
line diff
--- a/plugin/vimcrosoft.vim Fri Jan 22 16:42:25 2021 -0800 +++ b/plugin/vimcrosoft.vim Tue Aug 29 12:50:59 2023 -0700 @@ -16,6 +16,7 @@ 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_warn_multiple_slns = get(g:, 'vimcrosoft_warn_multiple_slns', 1) let g:vimcrosoft_current_sln_cache = ''