From a3379ce3cbe73db5cf535ebf29b4b749f8f59504 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 2 Feb 2014 02:26:06 +0900 Subject: [PATCH] Modify author description --- autoload/EasyMotion.vim | 8 +++----- plugin/EasyMotion.vim | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/autoload/EasyMotion.vim b/autoload/EasyMotion.vim index ebc6e56..a61808d 100644 --- a/autoload/EasyMotion.vim +++ b/autoload/EasyMotion.vim @@ -1,11 +1,9 @@ " EasyMotion - Vim motions on speed! " -" Author: haya14busa +" Author: Kim Silkebækken +" haya14busa +" Source: https://github.com/Lokaltog/vim-easymotion " Last Change: 02 Feb 2014. -" Source: https://github.com/haya14busa/vim-easymotion -" -" Original Author: Kim Silkebækken -" Original: https://github.com/Lokaltog/vim-easymotion "============================================================================= " Saving 'cpoptions' {{{ scriptencoding utf-8 diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index a3ee5ce..b38b499 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -1,10 +1,9 @@ " EasyMotion - Vim motions on speed! " " Author: Kim Silkebækken -" Maintainer: haya14busa -" Source: https://github.com/haya14busa/vim-easymotion -" Original: https://github.com/Lokaltog/vim-easymotion - +" haya14busa +" Source: https://github.com/Lokaltog/vim-easymotion +" Last Change: 02 Feb 2014. " == Script initialization {{{ if expand("%:p") ==# expand(":p") unlet! g:EasyMotion_loaded