ridiculousfish
d9d2f61ba6
When autoloading a completion, also autoload the function
...
Fixes a case where a --wraps declaration would be missed
because the function would not be loaded. Fixes #2466 .
2015-10-07 18:59:41 -07:00
ridiculousfish
93d57bd73a
Factor function environment preparation into its own function
2015-08-15 13:37:17 -07:00
David Adam
3929e9de0e
Merge branch 'master' into iwyu
2015-07-26 10:20:13 +08:00
ridiculousfish
b4f53143b0
Migrate source files into src/ directory
...
This change moves source files into a src/ directory,
and puts object files into an obj/ directory. The Makefile
and xcode project are updated accordingly.
Fixes #1866
2015-07-24 00:59:27 -07:00