Skip to content

Commit

Permalink
Merge pull request #1014 from fujimura/patch-1
Browse files Browse the repository at this point in the history
Fix VimRSetCharacterspacing
  • Loading branch information
qvacua authored Oct 31, 2023
2 parents d1de50b + a220d98 commit 732c490
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 732c490

Please sign in to comment.