diff options
author | Araq <rumpf_a@web.de> | 2017-03-08 12:53:21 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-03-08 12:53:21 +0100 |
commit | 1887390b0f5e768e41aa220ea34f8059de5862b0 (patch) | |
tree | 1269be140cb83362e6d71401f958b3ea4c00e005 /todo.txt | |
parent | 23a303c536318ef543dd5e56974ad93bc38b6841 (diff) | |
download | Nim-1887390b0f5e768e41aa220ea34f8059de5862b0.tar.gz |
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string literals or comments
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 802e8eb6a..69262233c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,10 @@ +nimsuggest +========== + +- disable in string and comments +- bug "goto definition for gTrackPos" in suggest.nim + + version 1.0 battle plan ======================= |