diff options
author | Joey Payne <jyapayne@gmail.com> | 2015-04-25 12:07:35 -0600 |
---|---|---|
committer | Joey Payne <jyapayne@gmail.com> | 2015-04-25 12:07:35 -0600 |
commit | db84afe016cf0684e7c3d700ec507f3b8461a8b9 (patch) | |
tree | 1542ef9e618fbe20012958541707ba478fd0394e /compiler/nimsuggest | |
parent | 47271b094c224ddd365d2f0c79249493af2ab084 (diff) | |
download | Nim-db84afe016cf0684e7c3d700ec507f3b8461a8b9.tar.gz |
Fixed the paths of nimfix and nimsuggest to be relative.
Diffstat (limited to 'compiler/nimsuggest')
-rw-r--r-- | compiler/nimsuggest/nimsuggest.nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimsuggest/nimsuggest.nim.cfg b/compiler/nimsuggest/nimsuggest.nim.cfg index 062092f16..acca17396 100644 --- a/compiler/nimsuggest/nimsuggest.nim.cfg +++ b/compiler/nimsuggest/nimsuggest.nim.cfg @@ -6,7 +6,7 @@ hint[XDeclaredButNotUsed]:off path:"$projectPath/../.." path:"$lib/packages/docutils" -path:"$nim/compiler" +path:"../../compiler" define:useStdoutAsStdmsg define:nimsuggest |