D-Scanner/editors/vim
IdanArye 8475dc5dfd Fixed a bug in s:parsePairs.
Somtimes Dscanner writes extra data before the results, so we only show
lines with a word, than space, than a single character.
2012-11-25 17:15:01 +02:00
..
autoload Fixed a bug in s:parsePairs. 2012-11-25 17:15:01 +02:00
ftplugin Working 2012-11-22 12:53:53 +02:00
README.md Wrote that it was testes on Linux. 2012-11-22 13:09:52 +02:00

README.md

A plugin for using dscanner with vim.

Tested on Linux

Installation and Configuration

Put the autoload and ftplugin folders in your vim runtime path.

Compile dscanner and put it in your path, or set the global variable g:dscanner_path to where you put dscanner.

If you need to use an include path, use the global variable g:dscanner_includePath.