From 446f7dbbff2654493efa49b7b9586f77481668ed Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 24 Sep 2013 17:41:31 +0200 Subject: [PATCH] Move modelines from bottom to top --- autoload/startify.vim | 4 ++-- plugin/startify.vim | 4 ++-- syntax/startify.vim | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 9d4f968..b637fc5 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -1,3 +1,5 @@ +" vim: et sw=2 sts=2 + " Plugin: https://github.com/mhinz/vim-startify " Description: Start screen displaying recently used stuff. " Maintainer: Marco Hinz @@ -534,5 +536,3 @@ function! s:session_write(spath) silent hide endif endfunction - -" vim: et sw=2 sts=2 diff --git a/plugin/startify.vim b/plugin/startify.vim index 5429e12..af947fc 100644 --- a/plugin/startify.vim +++ b/plugin/startify.vim @@ -1,3 +1,5 @@ +" vim: et sw=2 sts=2 + " Plugin: https://github.com/mhinz/vim-startify " Description: Start screen displaying recently used stuff. " Maintainer: Marco Hinz @@ -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() command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete() command! -nargs=0 -bar Startify enew | call startify#insane_in_the_membrane() - -" vim: et sw=2 sts=2 diff --git a/syntax/startify.vim b/syntax/startify.vim index 5178d7a..c00f231 100644 --- a/syntax/startify.vim +++ b/syntax/startify.vim @@ -1,3 +1,5 @@ +" vim: et sw=2 sts=2 + " Plugin: https://github.com/mhinz/vim-startify " Description: Start screen displaying recently used stuff. " Maintainer: Marco Hinz @@ -34,5 +36,3 @@ highlight default link StartifyBracket Delimiter highlight default link StartifyNumber Number let b:current_syntax = 'startify' - -" vim: et sw=2 sts=2