Skip to content

Commit

Permalink
support nano as an editor as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jun 26, 2024
1 parent 88a4b3e commit 7083867
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 @@ -34,6 +34,7 @@ fn main() {
'jed' { res << [parts[0], '-g', parts[1]] }
'vim' { res << ['+${parts[1]}', parts[0]] }
'pico' { res << ['+${parts[1]}', parts[0]] }
'nano' { res << ['+${parts[1]}', parts[0]] }
else { res << parts[0] }
}
}
Expand Down

0 comments on commit 7083867

Please sign in to comment.