edit_command_buffer: pass cursor position to helix

This commit is contained in:
Peter Rice
2025-03-01 20:02:35 -05:00
committed by Johannes Altmanninger
parent b6269438e9
commit d1bb4503d6

View File

@@ -75,6 +75,8 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
set -a editor $f:$line:$col --wait
case micro
set -a editor $f +$line:$col
case helix hx
set -a editor $f:$line:$col
case '*'
continue
end