YouCompleteMe/python
micbou 81546b901e
Fix HiddenEnabled function
The 'hidden' option is a global option, not a buffer one. If this option is
false, we should check if the 'bufhidden' option, which is local to the buffer,
is set to 'hide'. If so, the buffer can be hidden despite the 'hidden' option
being false.
2017-07-05 19:56:13 +02:00
..
ycm Fix HiddenEnabled function 2017-07-05 19:56:13 +02:00
test_requirements.txt Require coverage.py older than 4.4 2017-06-04 16:42:54 +02:00