Jia

Results 20 comments of Jia

Please review my PR, which implemented this request, thanks.

Yes it works, I've already created a pull request to fix this issue, please have a check, thanks. Sent from my Windows Phone --- 发件人: brookhongmailto:[email protected] 发送时间: ‎2015/‎5/‎16 18:43 收件人:...

I think `fnamemodify(fname, ':p')` works, but I don't know why you wrote it as `fnamemodify(fname[2:], ':p')`, is it designed for some exceptions?

You can use `str2nr(matchstr(matchstr(fname, '\[\d\+\*No Name\]$'), '\d\+'))` to solve it.

Ctrlp doesn't work on paths with '#'.

@ringerc I tried as you recommended but not worked, do I have to set `tags` option as well? I tried to change `tags` option but don't know which database to...

Having the exact same issue with `3.7.25/x86_64-apple-darwin`, it's sucking up all my CPU and memory resources.

I have the same issue on Win7 Vim 7.4 with neocomplete, when force `omnifunc` to `ClangComplete` it always selects the first candidate, even though I set `let g:neocomplete#enable_auto_select = 0`...

I don't know the minor version of my Vim ``` :version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 25 2014 04:24:56) MS-Windows 32-bit GUI version with OLE...

Luckily, I found it in my recycle bin. ``` function! VimClang() " >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> " https://github.com/justmao945/vim-clang.git "