summary refs log tree commit diff stats
path: root/doc/manual
diff options
context:
space:
mode:
authorSaem Ghani <saemghani+github@gmail.com>2021-01-06 11:26:16 -0800
committerGitHub <noreply@github.com>2021-01-06 20:26:16 +0100
commit21dfa04cbf638f4059244b4cecf1906b84889a1e (patch)
tree0f4033bb685bf751bce947c5ff151467fa55c31a /doc/manual
parent8a3b6190c3559061ca43cd73faba1a44170b1ee6 (diff)
downloadNim-21dfa04cbf638f4059244b4cecf1906b84889a1e.tar.gz
fixes nim-lang/nimsuggest#119 outline includes (#16608)
nimsuggest outline should account for includes, now it does:
- the module prefix will be of the module doing the including
- the filename will be of the module that was included
- adds a test case for it
Diffstat (limited to 'doc/manual')
0 files changed, 0 insertions, 0 deletions
ef='#n106'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159