Use my fork of clipboard

This commit is contained in:
Zachary Yedidia
2016-07-24 10:51:08 -04:00
parent cfd97b21ad
commit ba33802525
2 changed files with 2 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ import (
"strings"
"time"
"github.com/atotto/clipboard"
"github.com/mitchellh/go-homedir"
"github.com/zyedidia/clipboard"
)
// CursorUp moves the cursor up

View File

@@ -7,12 +7,12 @@ import (
"os"
"runtime"
"github.com/atotto/clipboard"
"github.com/go-errors/errors"
"github.com/layeh/gopher-luar"
"github.com/mattn/go-isatty"
"github.com/mitchellh/go-homedir"
"github.com/yuin/gopher-lua"
"github.com/zyedidia/clipboard"
"github.com/zyedidia/tcell"
"github.com/zyedidia/tcell/encoding"
)