Closed marlun closed 9 years ago
I cannot represent it...
But you can use :NeoBundleCachingBuffer
to make cache manually.
I couldn't reproduce it as well with the config above.
Will look into it some more and see if manual cache things will make the variable available.
For some reason neocomplcache doesn't update it's cache with new variables.
I'm in a function and I've got code like the following where | marks where the caret is. Here neocomplcache works fine and it finds the $qualifiedTypes variable.
However then I add a second variable so it looks like the folllwing and then neocomplcache only shows $qualifiedTypes in the popupmenu:
My custom neo settings are:
Any idea what could be causing this?