2
0
Эх сурвалжийг харах

fixed completion with --remap

Nicolas Cannasse 15 жил өмнө
parent
commit
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)