Skip to content

Commit

Permalink
Fixed #1414: Don't complete commands on "\\"
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Jun 28, 2019
1 parent 4bf3949 commit 050653e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/vimtex/complete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,7 @@ endfunction
" {{{1 Commands

let s:completer_cmd = {
\ 'patterns' : [
\ '\v\\\a*$',
\ ],
\ 'patterns' : [g:vimtex#re#not_bslash . '\\\a*$'],
\ 'candidates_from_packages' : [],
\ 'candidates_from_newcommands' : [],
\ 'candidates_from_lets' : [],
Expand Down

0 comments on commit 050653e

Please sign in to comment.