Remove misplaced modeline

This commit is contained in:
Marco Hinz 2013-10-02 14:56:01 +02:00
parent fd9e786b14
commit 531d3abd87

View File

@ -89,7 +89,6 @@ function! sy#start(path) abort
let g:sy[a:path].id_top = (g:id_top - 1) let g:sy[a:path].id_top = (g:id_top - 1)
endfunction endfunction
" vim: et sw=2 sts=2
" Function: #stop {{{1 " Function: #stop {{{1
function! sy#stop(path) abort function! sy#stop(path) abort
if !has_key(g:sy, a:path) if !has_key(g:sy, a:path)