Anton Styagun
Anton Styagun
Small correction just in case: > I assume not many people use the `lambda` syntax anyway Ruby style guide recommends using `lambda` for multiline blocks: https://github.com/bbatsov/ruby-style-guide#lambda-multi-line.
+1 I have the same problem in Mac OS X Mountain Lion
http://yadi.sk/d/wmFrx6U0BsZoR You can also recreate it by generating tags for Rails framework for example. - Clone Rails framework from Github repo (https://github.com/rails/rails) - Run `bundle install --path bundle` to fetch...
I can't reproduce the problem anymore. Either it's fixed in the version from Package Control already or some change in my setup has fixed it.
It would be nice if it worked like Vim's YankRing plugin (http://www.vim.org/scripts/script.php?script_id=1234). After I've pasted contents of register with `p` I then can press `^p` for what I've just pasted...