gerases

Results 16 issues of gerases

Hi, My settings for caching is just this: ``` let g:ctrlp_cache_dir = $HOME.'/.cache/ctrlp' ``` But even if I issue `CtrlPClearCache`, the files under that directory seem unaffected. I manually remove...

This pull requests includes a typo fix and a solution for issue 95.

I can't easily find an answer to this quick question: are symlinks to whisper files supported? For example, if I have a symlink named x.wsp pointing to ../y.wsp, will that...

question

I can't easily find an answer to this quick question: are symlinks to whisper files supported? For example, if I have a symlink named `x.wsp` pointing to `../y.wsp`, will that...

Autosave is not working and I've narrowed it down to this piece of code: # Advanced edge case handling: start auto-saving only if this is the # only tmux server....

When counting the number of running tmux processes, count only those that belong to the current user. `tmux a` shows as a separate process (must be the client process) and...

Hi, The issue I mentioned in the subject appears to indicate that it's the expected behavior of docopts not to show the full help message on errors. Question I have...

help wanted
waiting for more example

Hi, Upon configuring an interface, I though the network service would restart, but it doesn't. Can I do something to make that happen automatically? This is how I configure an...

question

Hi, I've inherited some puppet code using v2.2.0 of this module. Would it be safe to upgrade to the current version or are there some incompatible changes? Thanks!

question

Hi Love the plugin. A couple of questions: 1. The default completion method is . What is it exactly? ``? 2. I configured the plugin like so: `let g:SuperTabSetDefaultCompletionType="context"` `let...