summaryrefslogtreecommitdiff
path: root/misc/vim
Commit message (Expand)AuthorAgeFilesLines
* misc/vim: Fix broken quoteYasuhiro Matsumoto2013-12-241-1/+1
* misc/vim: use shiftwidth() instead of &sw if available.Shenghou Ma2013-12-161-4/+16
* misc/vim: send Fmt errors to the quickfix list instead of the location list.David Symonds2013-11-271-1/+1
* misc/vim: describe how to get gofmt-on-save behaviour.David Symonds2013-11-251-0/+5
* misc/vim: add a gofmt_command flag for :FmtDavid Crawshaw2013-11-121-2/+8
* misc/vim: complete packages in src directoryYasuhiro Matsumoto2013-10-111-0/+1
* misc/vim: Autocompletion for :Godoc commandYasuhiro Matsumoto2013-10-031-2/+20
* misc/vim: Separate package and package members.Yasuhiro Matsumoto2013-10-022-16/+26
* misc/vim: "PACKAGE DOCUMENTATION" is not hilightedYasuhiro Matsumoto2013-09-271-1/+1
* misc/vim: godoc is optional. so should point installation instruction.Yasuhiro Matsumoto2013-09-271-0/+7
* misc/vim: Allow multiple GOOS/GOARCH.Yasuhiro Matsumoto2013-07-021-19/+26
* misc/vim: Add compiler plugin for GoDavid B?rgin2013-07-012-0/+46
* misc/vim: Added filetype settings for comments.David B?rgin2013-06-182-3/+21
* misc/vim: Adding flag-guarding for Vim commandsJosh Hoak2013-06-133-13/+65
* misc/vim: test.sh seems to only work on Mac OS X.Bill Thiede2013-05-141-2/+2
* misc/vim: make Godoc command work with "log.Print".Yasuhiro Matsumoto2013-03-261-2/+15
* misc/vim: update installation instructions to work better with some Linux dis...David Symonds2013-02-181-2/+6
* misc/vim: fix reimport guard and remove K mapping.Andrew Radev2012-10-294-15/+8
* misc/vim: fix Drop for imports after the first group.David Symonds2012-09-202-14/+31
* misc/vim: fix for autocompletionTobias Columbus2012-08-282-14/+36
* misc/vim: fix :Import insertion heuristic.David Symonds2012-07-302-2/+93
* misc/vim: restore fileencodings.Yasuhiro Matsumoto2012-03-141-1/+23
* vim: fix go filetype detectionPaul Sbarra2011-12-191-1/+1
* misc/vim: add error type.David Symonds2011-11-011-3/+2
* misc/vim: Add rune keywordJongmin Kim2011-10-271-1/+1
* misc/vim: add highlighting for deleteDave Cheney2011-10-191-1/+1
* vim: Send GoFmt errors to a location listPaul Sbarra2011-09-231-4/+18
* misc/vim: command complete using autoload helper function.Yasuhiro Matsumoto2011-08-184-52/+78
* misc/vim: Godoc command.Yasuhiro Matsumoto2011-08-034-0/+167
* misc/vim: allow only utf-8 for fileencoding (fix CL4625078).Yasuhiro Matsumoto2011-06-301-1/+1
* misc/vim: allow only utf-8 for fileencoding.Yasuhiro Matsumoto2011-06-301-1/+1
* misc/vim: limit Fmt command to Go buffers.Yasuhiro Matsumoto2011-05-301-1/+1
* misc/vim: drop indent support for jump labels.David Symonds2011-05-141-9/+3
* misc/vim: new Vim indentation script.David Symonds2011-05-131-18/+59
* misc/vim: add plugin with Fmt command.Dmitry Chestnykh2011-04-131-0/+30
* misc/vim: update type highlighting for new reflect packageDavid Symonds2011-04-111-1/+1
* misc/vim: remove 'closed' as a builtin function.David Symonds2011-03-231-1/+1
* misc/vim: Add indent script for VimRoss Light2011-03-082-0/+43
* misc/vim: Define import commands on buffer switchGustavo Niemeyer2011-02-011-5/+3
* misc/vim: Document better syntax sync parameterGustavo Niemeyer2011-02-011-0/+5
* misc/vim/syntax: set large value to 'syntax sync'.Yasuhiro Matsumoto2011-01-271-0/+2
* misc: Import/Drop commands for VimGustavo Niemeyer2011-01-252-0/+217
* misc: update type + builtin lists found in editor support filesRuss Cox2011-01-191-3/+3
* misc/vim: update list of builtins.David Symonds2010-10-301-2/+2
* misc/vim: highlight misspelled words only in commentsChristian Himpel2010-08-051-2/+2
* misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov2010-07-231-1/+1
* misc/vim: always override filetype detection for .go filesAndrew Gerrand2010-06-221-1/+1
* misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead2010-06-211-6/+17
* misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead2010-06-203-0/+13
* Add new complex types, functions and literals to Vim syntax file.David Symonds2010-03-151-2/+13