Skip to content

Releases: idanarye/vim-dutyl

Minor improvements

11 Nov 14:48
Compare
Choose a tag to compare
  • add signature to :DUddoc
  • Allow disabling format and indent with dfmt
  • When dub fails, still get the import path in g:dutyl_stdImportPaths
  • Remove dub warnings
  • echoerr unparsable dscanner output lines
  • Fix a bug with tools that use default executable
  • Fix sending input to vimproc#system
  • Allow registering complex commands for running tools

Bugfixes regarding running dcd-server in Linux

16 Nov 12:52
Compare
Choose a tag to compare

Fix a bug with DCD import paths

19 Jul 17:46
Compare
Choose a tag to compare
v1.5.2

Fix a bug with DCD import paths

support for dub 0.9.24

17 Jul 20:15
Compare
Choose a tag to compare

dfmt support

23 Apr 18:40
Compare
Choose a tag to compare

Format and indent with dfmt

Performence improvement

04 Jan 00:10
Compare
Choose a tag to compare

Cache import paths queried from DUB to significantly improve speed

A bugfix release with no name

17 Oct 17:41
Compare
Choose a tag to compare
  • Improve UI for declarations locations with huge lists
  • Make configFile's importPaths use project root for resolving full paths
  • Add required DCD version to docs

Fix Issue 6 - Jumping to a buffer that's open in another window

07 Oct 21:46
Compare
Choose a tag to compare
Fix #6 - Jumping to a buffer that's open in another window

Had to either remove the jump-to-different-window-if-file-is-open-there
or work around it. Chose to remove that functionality so it'll be more
tag-jump-like. I still consider it a bugfix though.

Project root discovery

04 Oct 18:23
Compare
Choose a tag to compare
  • Support using DCD's --search flag.
  • Add the DUDCDrestartServer and DUDCDclearCache commands
  • Recognize the project's root and run commands there

Bugfix for windows

19 Sep 11:28
Compare
Choose a tag to compare

Fixed swapfile error on Windows