We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57857a9 commit 5f96260Copy full SHA for 5f96260
phpctags
@@ -42,7 +42,7 @@ if(!isset($options['excmd']))
42
$options['excmd'] = 'pattern';
43
if(!isset($options['format']))
44
$options['format'] = 2;
45
-if(isset($options['memory']))
+if(!isset($options['memory']))
46
$options['memory'] = '128M';
47
if(!isset($options['fields'])) {
48
$options['fields'] = array('n', 'k','s', 'a');
0 commit comments