diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-08-07 18:58:46 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-08-07 18:58:46 +0300 |
commit | 5dfc0d0d19c122ac88bc421c1130a6030c253ae8 (patch) | |
tree | 849f0ab9355df5982b1806de74976ed700909323 /tests/caas/completion_dot_syntax.txt | |
parent | 06b3852143b2f3857da0090b9c18ac63812ec3cc (diff) | |
download | Nim-5dfc0d0d19c122ac88bc421c1130a6030c253ae8.tar.gz |
Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14
Diffstat (limited to 'tests/caas/completion_dot_syntax.txt')
-rw-r--r-- | tests/caas/completion_dot_syntax.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/caas/completion_dot_syntax.txt b/tests/caas/completion_dot_syntax.txt index dbffe265c..4a975e5df 100644 --- a/tests/caas/completion_dot_syntax.txt +++ b/tests/caas/completion_dot_syntax.txt @@ -2,7 +2,8 @@ completion_dot_syntax_main.nim > idetools --track:$TESTNIM,24,15 --def def\tskProc\t$MODULE.echoRemainingDollars > idetools --trackDirty:completion_dot_syntax_dirty.nim,$TESTNIM,25,12 --suggest -sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingDollars +sug\tskProc\techoRemainingDollars # The suggestion should not mention the other echoRemaining* variants. -!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingEuros -!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingBugs +!echoRemainingEuros +!echoRemainingBugs + |