diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-13 19:13:53 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-02-13 19:13:53 +0900 |
commit | c7b8916b10cc63ce40652e905e69c6cc8ab72a08 (patch) | |
tree | 555b8098e3d8d1f749ae0248ad60e19ce0e76b4a /autoload | |
parent | cad34decf8caa4214b5973741cd0528458145928 (diff) | |
download | vim-lsp-settings-c7b8916b10cc63ce40652e905e69c6cc8ab72a08.tar.gz vim-lsp-settings-c7b8916b10cc63ce40652e905e69c6cc8ab72a08.tar.bz2 vim-lsp-settings-c7b8916b10cc63ce40652e905e69c6cc8ab72a08.zip |
Remove typed_pattern
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/lsp_settings.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/lsp_settings.vim b/autoload/lsp_settings.vim index 1e10a9d..9c83760 100644 --- a/autoload/lsp_settings.vim +++ b/autoload/lsp_settings.vim @@ -352,6 +352,7 @@ function! s:vim_lsp_load_or_suggest(ft) abort let l:refresh_pattern = get(l:server, 'refresh_pattern', '') if !empty(l:refresh_pattern) let b:asyncomplete_refresh_pattern = l:refresh_pattern + let b:vim_lsp_refresh_pattern = l:refresh_pattern endif endfor endif |