edit_command_buffer: Add line:col support for micro

This commit is contained in:
Jason Nader 2020-05-07 22:17:13 +09:00 committed by Johannes Altmanninger
parent 96c4cbc1bd
commit bb65f81e64

View file

@ -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