Add "paste" option to enable aggressive pasting

Ref #1043
This commit is contained in:
Zachary Yedidia
2020-01-02 12:42:39 -05:00
parent 021f8da6f1
commit dc4da37908
7 changed files with 73 additions and 4 deletions

2
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5
github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
github.com/zyedidia/pty v2.0.0+incompatible // indirect
github.com/zyedidia/tcell v1.4.0
github.com/zyedidia/tcell v1.4.1
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.7