- Converted markers.

This commit is contained in:
Shougo Matsushita
2012-12-13 17:34:20 +09:00
parent 0fa62bcea1
commit c98182d10d
8 changed files with 118 additions and 118 deletions

View File

@@ -39,7 +39,7 @@ endif
setlocal indentexpr=SnippetsIndent()
function! SnippetsIndent()"{{{
function! SnippetsIndent() "{{{
let line = getline('.')
let prev_line = (line('.') == 1)? '' : getline(line('.')-1)