• 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
Name
Last commit
Last update
..
arm Loading commit data...
bash Loading commit data...
bbedit Loading commit data...
cgo Loading commit data...
dashboard Loading commit data...
emacs Loading commit data...
fraise Loading commit data...
goplay Loading commit data...
kate Loading commit data...
nacl Loading commit data...
vim Loading commit data...
xcode Loading commit data...
zsh Loading commit data...