Obedi Ferreira
Obedi Ferreira
It happened to me that I ran 'rake' twice, and when I took a look at 'snippets' dir content, every folder in there had another symlink to the same location...
I followed the patching tutorial and added `g:indentLine_char = "U+E000"` to my `.vimrc`. But when I open Vim, I see the error `E475: Invalid argument: IndentLine /\%(^\s\+\)\@
I have seen these unexpected jumps for a long time but was never able to understand or reproduce it consistently, until today:  **Steps to Reproduce:** 1. Edit any file...
I noticed that for some filetypes it doesn't work at all (e.g. `tmux`, `conf`). For example, in any given file, if I exec `set filetype=ruby`, smooth scrolling works fine, but...
Not a bug, just a feature suggestion. Consider the example: ``` java if (foo["bar"]) { return baz(qux) } ``` If the cursor is over `foo`, or anywhere else inside `()`,...