rudevdr

Results 3 issues of rudevdr

If I add: `let g:ctrlp_show_hidden = 1` the following error is shown: `Error detected while processing function ctrlp#init[10]..ctrlp#setlines[7]..ctrlp#files[7]..95_GlobPath[6]..95_GlobPath[6]..95_GlobPath[ 6]..95_GlobPath:` but after few seconds the plugin works.

As title said, setting `mapleader` in site-specific settings doesn't work. My cvimrc looks like this : ``` let mapleader = "" site '*://*.reddit.com/*' { let mapleader = "," unmap j...

I have config like this ``` cvTestAlert() -> {{ alert("hi"); console.log(self); }} site '*://www.youtube.com/*' { call cvTestAlert } ``` The issue is, the `cvTestAlert` is called only two times: 1....