Skip to content

Commit

Permalink
Merge pull request #17 from jannis-baum/issue/6-sync-cursor-when-firs…
Browse files Browse the repository at this point in the history
…t-opening-on-viewer

Sync cursor when first opening on viewer
  • Loading branch information
jannis-baum authored Aug 1, 2024
2 parents e5a4f4a + bc41658 commit 822b527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vivify.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endfunction
function! vivify#open()
" Note: nvim's jobstart doesn't use these opt keys
call s:job_start(
\ ['viv', expand('%:p')],
\ ['viv', expand('%:p')->substitute(':', '\\:', 'g') . ':' . getpos('.')[1]],
\ {"in_io": "null", "out_io": "null", "err_io": "null"}
\)
endfunction

0 comments on commit 822b527

Please sign in to comment.