vis

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

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

1.ref

(65B)


      1 enum PlaybackRequestType {
      2     case Next, Previous, Play, Stop
      3 }