misc/vim: inform the user when no results are found
[nit.git] / lib / buffered_ropes.nit
index 9a143ca..bbed4ea 100644 (file)
@@ -89,8 +89,8 @@ end
 private class Leaf
        super RopeString
 
-       private var buf: ManualBuffer
-       private var bns: NativeString is noinit
+       var buf: ManualBuffer
+       var bns: NativeString is noinit
        redef var length: Int is noinit
 
        redef fun empty do return new Leaf(new ManualBuffer)