Skip to content

Commit

Permalink
support pico as an editor too
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 26, 2024
1 parent 78b7a1a commit 88a4b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions veditline.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fn main() {
'kate' { res << [parts[0], '--line', parts[1]] }
'jed' { res << [parts[0], '-g', parts[1]] }
'vim' { res << ['+${parts[1]}', parts[0]] }
'pico' { res << ['+${parts[1]}', parts[0]] }
else { res << parts[0] }
}
}
Expand Down

0 comments on commit 88a4b3e

Please sign in to comment.