Skip to content

Commit

Permalink
Latest gowid - so that vim.KeyPress implements gowid.IKey
Browse files Browse the repository at this point in the history
Then I can use vim package KeyPresses in the lists of keys to be handled
specially by the display filter widget.
  • Loading branch information
gcla committed Sep 7, 2020
1 parent e073727 commit 4aef081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gcla/deep v1.0.2
github.com/gcla/gowid v1.1.1-0.20200907041935-63bc5705d2f5
github.com/gcla/gowid v1.1.1-0.20200907200338-77f36d79ee81
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359
github.com/gdamore/tcell v1.3.1-0.20200115030318-bff4943f9a29
github.com/go-test/deep v1.0.2 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ github.com/gcla/gowid v1.1.1-0.20200801025312-b6db1a298dd9 h1:5vki4zDKlsADgPf8ZL
github.com/gcla/gowid v1.1.1-0.20200801025312-b6db1a298dd9/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20200907041935-63bc5705d2f5 h1:IWHYS/s3P3/RdFzelGZLhSd4NZcetUHP3dRMD7X5igo=
github.com/gcla/gowid v1.1.1-0.20200907041935-63bc5705d2f5/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/gowid v1.1.1-0.20200907200338-77f36d79ee81 h1:zqdYVq0clJTH6skJo1CznaWtRmPGwKLk69JnKjm1I1E=
github.com/gcla/gowid v1.1.1-0.20200907200338-77f36d79ee81/go.mod h1:kwHYNePmuaNa60IAkHfd/OfPeZuoSuz7ww+CeA5q/aQ=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359 h1:3xEhacR7pIJV8daurdBygptxhzTJeYFqJp1V6SDl+pE=
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359/go.mod h1:Wn+pZpM98JHSOYkPDtmdvlqmc0OzQGHWOsHB2d28WtQ=
github.com/gcla/tcell v1.1.2-0.20200115035344-b90e69b9dbe0 h1:6fMu73gAbCSAYAGFhMU1G9h5IilNI9wlvEdV4KMF93U=
Expand Down

0 comments on commit 4aef081

Please sign in to comment.