Releases: idanarye/vim-dutyl
Releases · idanarye/vim-dutyl
Minor improvements
- 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
unparsabledscanner
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
- Redirect
stderr
to/dev/null
(thanks @joakim-brannstrom!) - Run with
nohup
Fix a bug with DCD import paths
v1.5.2 Fix a bug with DCD import paths
support for dub 0.9.24
dfmt support
Format and indent with dfmt
Performence improvement
Cache import paths queried from DUB to significantly improve speed
A bugfix release with no name
- 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
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
- Support using DCD's
--search
flag. - Add the DUDCDrestartServer and DUDCDclearCache commands
- Recognize the project's root and run commands there
Bugfix for windows
Fixed swapfile error on Windows