]> Cypherpunks repositories - gostls13.git/commit
misc/vim: test.sh seems to only work on Mac OS X.
authorBill Thiede <couchmoney@gmail.com>
Tue, 14 May 2013 16:54:16 +0000 (09:54 -0700)
committerDavid Symonds <dsymonds@golang.org>
Tue, 14 May 2013 16:54:16 +0000 (09:54 -0700)
commit27f7e3b2177b6968563fc85e61acd48540c48ab1
tree5ada74e18945abba9c293f7cda026c0d74c8b44f
parent2184282308566ad6fd445ea55ab755019e360d77
misc/vim: test.sh seems to only work on Mac OS X.

cmp(1) on FreeBSD requires two file arguments.  grep -P on Linux (at least
Ubuntu 12.04) is described in the man page as "This is highly
experimental" and doesn't seem to work. On FreeBSD the man page states
"This option  is not supported in FreeBSD."  Needed this to work while
debugging some funky behavior of 'Import' in my local vim setup.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7675043
misc/vim/ftplugin/go/test.sh