Skip to content

Commit

Permalink
fix: allow abort on get_main_choose
Browse files Browse the repository at this point in the history
refer: #2930
  • Loading branch information
lervag committed May 2, 2024
1 parent a809347 commit e4e659b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/vimtex/state.vim
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ function! s:get_main_choose(list) abort " {{{1
unsilent return vimtex#ui#select(l:choices, {
\ 'prompt': 'Please select an appropriate main file:',
\ 'return': 'key',
\ 'force_choice': v:true,
\})
endif
endfunction
Expand Down

0 comments on commit e4e659b

Please sign in to comment.