Sha256: b189214549f5791be06463594651993128f1579c0654abd46275855a5766c0c9
Contents?: true
Size: 397 Bytes
Versions: 3
Compression:
Stored size: 397 Bytes
Contents
noremap <PageUp> :bp<CR> noremap <Left> :bp<CR> noremap <PageDown> :bn<CR> noremap <Right> :bn<CR> <% @buffers.each do |buffer| %> b <%= buffer[:num] %> <% if buffer[:code] %> <%= buffer[:code][:start] %>,<%= buffer[:code][:end] %>SyntaxInclude <%= buffer[:code][:language] %> <% end %> <% buffer[:comments].each do |comment| %> call matchadd("Comment", "<%= comment %>") <% end %> <% end %> b 1
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vimdeck-0.0.9 | lib/templates/script.vim.erb |
vimdeck-0.0.8 | lib/templates/script.vim.erb |
vimdeck-0.0.7 | lib/templates/script.vim.erb |