summaryrefslogtreecommitdiff
path: root/vim
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09Vim data-source: fix exception handlingSiegfried-Angel Gevatter Pujals1-7/+3
(Also note that the Python API handle reconnection correctly now.)
2011-05-19Absorb gio errors from other file operations.Martin Pool1-3/+3
Avoids giving a warning when opening a nonexistent file in vim.
2011-05-12Fix a few things in the zeitgeist vim hook:Martin Pool1-14/+24
* spell the name of the project correctly ;-) * open a new client object on every message, so that we don't keep using a client that may be talking to a dead server * remove blanket exception catching, so that errors are visible, which is probably more appropriate for fairly young code
2011-01-16Vim plugin: Fail gracefully when there's no session busMichal Hruby1-1/+2
2010-11-05Applied patch for vimMichal Hruby1-2/+3
2010-10-30distcheck fixes: rename *_DATA to dist_*_DATASiegfried-Angel Gevatter Pujals1-1/+1
2010-09-29Vim: Fail gracefully if Zeitgeist is not installedMichal Hruby1-4/+6
2010-08-16Improve the vim pluginMichal Hruby1-25/+31
2010-06-29Merge in vim pluginMichal Hruby2-0/+66