edit_command_buffer: Add line:col support for micro
This commit is contained in:
parent
96c4cbc1bd
commit
bb65f81e64
@ -54,6 +54,8 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
||||
set -a editor --goto $f:$line:$col --wait
|
||||
case subl
|
||||
set -a editor $f:$line:$col --wait
|
||||
case micro
|
||||
set -a editor $f:$line:$col
|
||||
case '*'
|
||||
set -a editor $f
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user