瀏覽代碼

fixed completion with --remap

Nicolas Cannasse 15 年之前
父節點
當前提交
39174538d7
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 3 0
      doc/CHANGES.txt
  2. 1 0
      main.ml

+ 3 - 0
doc/CHANGES.txt

@@ -1,3 +1,6 @@
+2010-??-??: 2.07
+	all : fixed completion support with --remap
+
 2010-08-14: 2.06
 	neko : change serializer to be able to handle instances of basic classes from other modules
 	js : add Document.createTextNode

+ 1 - 0
main.ml

@@ -117,6 +117,7 @@ let rec read_type_path com p =
 			(try
 				match PMap.find x com.package_rules with
 				| Directory d -> d :: l
+				| Remap s -> s :: l
 				| _ -> p
 			with
 				Not_found -> p)