Move modelines from bottom to top
This commit is contained in:
parent
f11c15e3b7
commit
446f7dbbff
|
@ -1,3 +1,5 @@
|
||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" Plugin: https://github.com/mhinz/vim-startify
|
||||||
" Description: Start screen displaying recently used stuff.
|
" Description: Start screen displaying recently used stuff.
|
||||||
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
|
@ -534,5 +536,3 @@ function! s:session_write(spath)
|
||||||
silent hide
|
silent hide
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" Plugin: https://github.com/mhinz/vim-startify
|
||||||
" Description: Start screen displaying recently used stuff.
|
" Description: Start screen displaying recently used stuff.
|
||||||
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
|
@ -20,5 +22,3 @@ command! -nargs=? -bar -complete=customlist,startify#session_list SSave call s
|
||||||
command! -nargs=? -bar -complete=customlist,startify#session_list SLoad call startify#session_load(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#session_list SLoad call startify#session_load(<f-args>)
|
||||||
command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete(<f-args>)
|
||||||
command! -nargs=0 -bar Startify enew | call startify#insane_in_the_membrane()
|
command! -nargs=0 -bar Startify enew | call startify#insane_in_the_membrane()
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" Plugin: https://github.com/mhinz/vim-startify
|
||||||
" Description: Start screen displaying recently used stuff.
|
" Description: Start screen displaying recently used stuff.
|
||||||
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
|
@ -34,5 +36,3 @@ highlight default link StartifyBracket Delimiter
|
||||||
highlight default link StartifyNumber Number
|
highlight default link StartifyNumber Number
|
||||||
|
|
||||||
let b:current_syntax = 'startify'
|
let b:current_syntax = 'startify'
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
|
||||||
|
|
Loading…
Reference in a new issue