diff options
author | Araq <rumpf_a@web.de> | 2013-06-09 23:33:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-09 23:33:32 +0200 |
commit | 3f35e2d39ea07842c3701a824b30b73fab42a559 (patch) | |
tree | 25f3055d168204885d1ab91345aa9ef85fdc2351 /doc | |
parent | 23ef565a3c2c1f83816fefbeadb0fc59e754997d (diff) | |
parent | 97eb4bd0ff5792ebd1cb958a726127af1129ce7b (diff) | |
download | Nim-3f35e2d39ea07842c3701a824b30b73fab42a559.tar.gz |
resolved conflict; added missing files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 38461244d..3b6fafd0f 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -12,6 +12,8 @@ Advanced commands: //check checks the project for syntax and semantic //idetools compiler support for IDEs: possible options: --track:FILE,LINE,COL track a file/cursor position + --trackDirty:DIRTY_FILE,ORIG_FILE,LINE,COL + track a file, currently not saved to disk --suggest suggest all possible symbols at position --def list all possible definitions at position --context list possible invokation context |