Skip to content

Commit

Permalink
cmd/govim: temporarily disable cmd/govim/testdata/format_on_save_gofm…
Browse files Browse the repository at this point in the history
…t.txt

Pending resolution of golang/go#31759
  • Loading branch information
myitcv committed Apr 30, 2019
1 parent 2cd1c30 commit 0fe274b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/govim/testdata/format_on_save_gofmt.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Test that g:govim_format_on_save="gofmt" works

skip 'Temporarily disable pending https://github.com/golang/go/issues/31759'

cp file.go.orig file.go
vim ex 'let g:govim_format_on_save=\"gofmt\"'
vim ex 'e! file.go'
Expand Down

0 comments on commit 0fe274b

Please sign in to comment.