Commit Graph

7 Commits

Author SHA1 Message Date
IdanArye 1f7a9444e4 Added `--doc` and `--symbolLocation` support to the Vim plugin 2014-01-31 22:18:34 +02:00
IdanArye d6930becc6 Fixed a bug with completion of "free" identifiers.
Turn out that when doing autocomple, Vim temporarily erases the
completed part from the buffer lines, so when I'm trying to write to
buffer lines to a temporary file the get written without that part, and
DCD can't read it.

Worked around it by storing that line beforehand(in the first call to
the completion function) and resetting the buffer before writing it
to the temp file.
2014-01-31 21:51:26 +02:00
IdanArye fc82e5910a Add paren analysis to determine if need to add closing paren
See https://github.com/Hackerpilot/DCD/issues/75#issuecomment-28964235
2013-11-27 21:45:55 +02:00
IdanArye 129c746746 fixes 75
Fixed the problem with `identifiers` calls - the byte position
calculation was off.
2013-11-19 01:36:23 +02:00
IdanArye 066c1d6058 Added a Vim plugin option to add import paths as arguments to DCDstartServer 2013-08-30 03:46:55 +03:00
IdanArye 3dca325f6e Vim plugin working on Windows and Linux, and support default import paths. 2013-08-29 21:03:25 +03:00
IdanArye 7fc2737ce3 Vim plugin completed and tested on Linux 2013-08-28 22:55:47 +03:00