A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/garbas/vim-snipmate/issues/177 below:

{VISUAL} doesn't keep the indentation · Issue #177 · garbas/vim-snipmate · GitHub

I have the following snippet:

snippet b block
    ${1}
        {VISUAL}
    end

And I have the following Ruby code

class Foo
end

and I visually select those 2 lines, press <Tab>b<Tab>, then I expect to end up with this:

*cursor*
  class Foo
  end
end

But I end up with this:

*cursor*
  class Foo
end
end

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4