vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

1.in

(89B)


      1 enum PlaybackRequestType {
      2     case Next
      3     case Previous
      4     case Play
      5     case Stop
      6 }