Dzul Nizam
Dzul Nizam
When I open an unsupported file type, the tag list keeps showing the tags from the previous file, instead of clearing the list. Is this the expected behavior? my `vimrc`:...
For example, from `http://example.com/file.html`: relative path `foo` resolves to `http://example.com/file.html/foo` but the correct behavior should be: `http://example.com/foo` I have written a test and possible fix here https://github.com/dezull/rubyretriever/commit/45114e313c9d73e43ce13cf61c687f65dedb18df
I noticed that base boxes for different providers are not always updated together [(example)](https://github.com/cliffe/SecGen/blame/master/modules/bases/debian_stretch_desktop_kde/secgen_metadata.xml). And we currently use ESXi to host SecGen. I would like to try to automate building...
The original issue: https://github.com/weynhamz/vim-plugin-minibufexpl/issues/46 This should fix the old issue from [fholgado/minibufexpl.vim#119](https://github.com/fholgado/minibufexpl.vim/issues/119), I don't think it has been resolved yet. The problem is, at various places this check is performed:...
### Use case for the feature For example, `getCountryCode("Cocos (Keeling) Islands")` won't return the correct country code, because of the parentheses in the country name. ### Examples or links The...