vim-ruby-sinatra icon indicating copy to clipboard operation
vim-ruby-sinatra copied to clipboard

Post command does not work

Open Luxubu opened this issue 15 years ago • 0 comments

Hi,

The document said

# post path do ... end
snippet post
    post '/${1:path}'${2:, options} do
    ${3:# ...}
    end

However, it worked only when I typed "pos" and not "post".

Thanks for a nice snippet.

Luan

Luxubu avatar Jan 09 '11 05:01 Luxubu