Commit cdbe6a8
authored
fix multi-file project detection algorithm when using includefrom (#1465)
`texlab` list of commands for including files within a latex document is missing the `includefrom` command defined by the `subimport` module, causing `texlab`'s project detection algorithm to break when using these files. This PR simply adds `includefrom` to this list.1 parent 4936460 commit cdbe6a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments