diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 198a215..8149bb6 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -134,7 +134,8 @@ None. If you experience any bugs or have feature requests, open an issue on GitHub. Fork me on GitHub and send a pull request if you have any code improvements. -Source repository: https://github.com/Lokaltog/EasyMotion +Author: Kim Silkebækken +Source repository: https://github.com/Lokaltog/vim-easymotion ============================================================================== 8. Credits *easymotion-credits* diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index 729cc4c..6d38c20 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -1,7 +1,7 @@ " EasyMotion - Vim motions on speed! " -" Author: Kim Silkebækken -" Source: https://github.com/Lokaltog/EasyMotion +" Author: Kim Silkebækken +" Source repository: https://github.com/Lokaltog/vim-easymotion " Prevent double loading {{{ if exists('g:EasyMotion_loaded')