1
0
mirror of https://github.com/golang/go synced 2024-11-21 17:44:40 -07:00
go/misc
Gustavo Niemeyer 400d7772cc misc/vim: Document better syntax sync parameter
Forcing the synchronization of 500 lines is both slower and
less precise than searching for a known sync point.
Unfortunately, though, the way to synchronize correctly is
using the grouphere instruction, which has a bug.

I've already proposed the fix to Vim, so future releases
should have this working.  We can continue using the 500 lines
syncing for now.

This change just documents the proper way to sync.

R=adg, dsymonds
CC=golang-dev
https://golang.org/cl/4029047
2011-02-01 11:12:45 +11:00
..
arm arm: add gdb support to android launcher script 2010-07-30 10:35:07 +03:00
bash misc/bash: add *.go completion for gofmt 2010-08-30 21:13:11 -04:00
bbedit misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
cgo cgo: handle references to symbols in shared libraries 2010-12-17 11:37:11 -08:00
dashboard gobuilder: prefix the tarball with 'go.', tweak release regexp 2011-01-04 13:16:38 +11:00
emacs go-mode.el: Fix highlighting for 'chan' type 2010-09-13 00:12:18 -04:00
fraise misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
goplay goplay: fix to run under windows. 2010-10-19 11:29:31 +11:00
kate misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
nacl runtime: closures, defer bug fix for Native Client 2010-04-22 17:52:22 -07:00
vim misc/vim: Document better syntax sync parameter 2011-02-01 11:12:45 +11:00
xcode More Xcode support. 2009-12-30 15:30:57 -08:00
zsh misc: add zsh completion (using compctl) 2010-08-30 21:13:01 -04:00