Move modelines to the top

This commit is contained in:
Marco Hinz 2013-09-30 10:19:31 +02:00
parent 1cac5f971f
commit a9284f363c
8 changed files with 16 additions and 16 deletions

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy')
@ -129,5 +131,3 @@ function! sy#toggle() abort
call sy#start(g:sy_path)
endif
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_debug')
@ -19,5 +21,3 @@ function! sy#debug#list_active_buffers() abort
endfor
endfor
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_highlight')
@ -101,5 +103,3 @@ function! sy#highlight#line_toggle() abort
call sy#start(g:sy_path)
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_jump')
@ -36,5 +38,3 @@ function! sy#jump#prev_hunk(count)
execute 'sign jump '. hunk.ids[0] .' file='. g:sy_path
endif
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_repo')
@ -314,5 +316,3 @@ function! sy#repo#get_stats() abort
return g:sy[g:sy_path].stats
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_sign')
@ -53,5 +55,3 @@ function! sy#sign#remove_all(path) abort
let g:sy[a:path].hunks = []
let g:sy[a:path].stats = [0, 0, 0]
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('b:autoloaded_sy_util')
@ -25,5 +27,3 @@ endfunction
function! sy#util#separator() abort
return !exists('+shellslash') || &shellslash ? '/' : '\'
endfunction
" vim: et sw=2 sts=2

View File

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
scriptencoding utf-8
if exists('g:loaded_signify') || !has('signs') || &cp
@ -91,5 +93,3 @@ endif
if empty(maparg('[c', 'n'))
nmap [c <plug>(signify-prev-hunk)
endif
" vim: et sw=2 sts=2