1 parent 7893452 commit f8ebf14Copy full SHA for f8ebf14
1 file changed
src/openkomodo.patch/lang_php-reload.patch
@@ -0,0 +1,14 @@
1
+--- openkomodo/src/codeintel/lib/codeintel2/lang_php.py
2
++++ openkomodo/src/codeintel/lib/codeintel2/lang_php.py
3
+@@ -1177,7 +1177,10 @@ class PHPBuffer(UDLBuffer, XMLParsingBufferMixin):
4
+ cpln_stop_chars = "~`@%^&*()=+{}]|\\;:'\",.<>?/ "
5
+
6
+ def __init__(self, *args, **kwargs):
7
+- super(PHPBuffer, self).__init__(*args, **kwargs)
8
++ #sublime
9
++ #super(PHPBuffer, self).__init__(*args, **kwargs)
10
++ UDLBuffer.__init__(*args, **kwargs)
11
++ #endsublime
12
13
+ if isinstance(self.accessor, KoDocumentAccessor):
14
+ # Encourage the database to pre-scan dirs relevant to completion
0 commit comments