Skip to content

Commit

Permalink
Fix silly bug
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
stsewd committed May 13, 2022
1 parent a88e9b6 commit ca433ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gxext/global/gx.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Replicates the behavior from the original `gx` mapping

function! gxext#global#gx#open(line, mode) abort
if !g:gxext#dryrun
if g:gxext#dryrun
return 1
endif

Expand Down

0 comments on commit ca433ac

Please sign in to comment.