vim-scala icon indicating copy to clipboard operation
vim-scala copied to clipboard

My work on integration of Scala into Vim - not a ton here, but useful for me.

Results 32 vim-scala issues
Sort by recently updated
recently updated
newest added

![image](https://f.cloud.github.com/assets/62324/1819787/2df478f8-70b2-11e3-8106-7d22fefc759c.png) The default value for parameter `f` is mis-highlighted. This is caused by a royal PITA. The brackets aren't actually set up as a region. If they were, then I...

Hi, Let's take a look at this code snippet: ``` scala val foo = "foo".toUpperCase //.toLowerCase ``` If I add, let's say, `val bar = "bar"` right after the commented...