From 19220a0a202b9900f07a85d661bde79d82c71387 Mon Sep 17 00:00:00 2001 From: DisposaBoy Date: Sun, 4 Sep 2011 11:30:10 +0100 Subject: [PATCH] add entry for 'undocumented' setting gocode_accepts_character_offsets which allows passing the offset un-translated to gocode which is probably more efficient than doing it in python --- GoSublime.sublime-settings.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GoSublime.sublime-settings.sample b/GoSublime.sublime-settings.sample index 7ecc4412..d1710e45 100644 --- a/GoSublime.sublime-settings.sample +++ b/GoSublime.sublime-settings.sample @@ -2,5 +2,7 @@ "gocode_cmd": "gocode", "gofmt_cmd": "gofmt", - "run_gofmt_on_save": false + "run_gofmt_on_save": false, + + "gocode_accepts_character_offsets": false }