Move modelines to the top
This commit is contained in:
parent
1cac5f971f
commit
a9284f363c
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy')
|
if exists('b:autoloaded_sy')
|
||||||
@ -129,5 +131,3 @@ function! sy#toggle() abort
|
|||||||
call sy#start(g:sy_path)
|
call sy#start(g:sy_path)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_debug')
|
if exists('b:autoloaded_sy_debug')
|
||||||
@ -19,5 +21,3 @@ function! sy#debug#list_active_buffers() abort
|
|||||||
endfor
|
endfor
|
||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_highlight')
|
if exists('b:autoloaded_sy_highlight')
|
||||||
@ -101,5 +103,3 @@ function! sy#highlight#line_toggle() abort
|
|||||||
|
|
||||||
call sy#start(g:sy_path)
|
call sy#start(g:sy_path)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_jump')
|
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
|
execute 'sign jump '. hunk.ids[0] .' file='. g:sy_path
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_repo')
|
if exists('b:autoloaded_sy_repo')
|
||||||
@ -314,5 +316,3 @@ function! sy#repo#get_stats() abort
|
|||||||
|
|
||||||
return g:sy[g:sy_path].stats
|
return g:sy[g:sy_path].stats
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_sign')
|
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].hunks = []
|
||||||
let g:sy[a:path].stats = [0, 0, 0]
|
let g:sy[a:path].stats = [0, 0, 0]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('b:autoloaded_sy_util')
|
if exists('b:autoloaded_sy_util')
|
||||||
@ -25,5 +27,3 @@ endfunction
|
|||||||
function! sy#util#separator() abort
|
function! sy#util#separator() abort
|
||||||
return !exists('+shellslash') || &shellslash ? '/' : '\'
|
return !exists('+shellslash') || &shellslash ? '/' : '\'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if exists('g:loaded_signify') || !has('signs') || &cp
|
if exists('g:loaded_signify') || !has('signs') || &cp
|
||||||
@ -91,5 +93,3 @@ endif
|
|||||||
if empty(maparg('[c', 'n'))
|
if empty(maparg('[c', 'n'))
|
||||||
nmap [c <plug>(signify-prev-hunk)
|
nmap [c <plug>(signify-prev-hunk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user