1. 25 Jan, 2011 1 commit
    • Gustavo Niemeyer's avatar
      misc: Import/Drop commands for Vim · 4e5e0b1d
      Gustavo Niemeyer authored
      New ftplugin adds Import and Drop commands for Go buffers
      in Vim.  These commands ensure that the provided package is
      imported (or not imported) in the current Go buffer, using
      proper style and ordering, without moving the cursor.
      
      E.g.
      
          :Import strings
          :ImportAs . strings
          :Drop strings
      
      Two mappings are also introduced to help with the fmt package:
      
          \f => :Import fmt
          \F => :Drop fmt
      
      R=adg
      CC=golang-dev
      https://golang.org/cl/4009043
      4e5e0b1d
  2. 24 Jan, 2011 10 commits
  3. 22 Jan, 2011 3 commits
  4. 21 Jan, 2011 9 commits
  5. 20 Jan, 2011 17 commits