Skip to content

Commit

Permalink
Fix event to send
Browse files Browse the repository at this point in the history
  • Loading branch information
fujimura authored Oct 13, 2023
1 parent e34d976 commit a220d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VimR/VimR/com.qvacua.VimR.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ endfunction
command! -nargs=1 VimRSetLinespacing call s:VimRSetLinespacing(<args>)

function! s:VimRSetCharacterspacing(characterspacing) abort
call rpcnotify(0, 'com.qvacua.NvimView', 'set-linespacing', a:characterspacing)
call rpcnotify(0, 'com.qvacua.NvimView', 'set-characterspacing', a:characterspacing)
endfunction
command! -nargs=1 VimRSetCharacterspacing call s:VimRSetCharacterspacing(<args>)

0 comments on commit a220d98

Please sign in to comment.