Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
raven42 committed Aug 16, 2023
1 parent d73de9c commit 4be8de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tagbar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3093,7 +3093,7 @@ endfunction

" run shell command in a proper way: prevent temporary window creation
function! s:run_system(cmd, version) abort
if has('win32') && !has('nvim') && && !has('gui_running') && a:version > 0 && (has('python3') || has('python2'))
if has('win32') && !has('nvim') && !has('gui_running') && a:version > 0 && (has('python3') || has('python2'))
if a:version == 3 && has('python3')
let pyx = 'py3 '
let python_eval = 'py3eval'
Expand Down

0 comments on commit 4be8de9

Please sign in to comment.