X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-vim%2Fplugin%2Fnotmuch.vim;fp=contrib%2Fnotmuch-vim%2Fplugin%2Fnotmuch.vim;h=eaa984bc297e576167500c3d7993f6ab3207dc05;hp=8f27fb9273d2efb124c6de8f27cd8ceeaee23deb;hb=6a833a6e83865f6999707cc30768d07e1351c2cb;hpb=554b90b58e367ada5fdad3165c76673458f65434 diff --git a/contrib/notmuch-vim/plugin/notmuch.vim b/contrib/notmuch-vim/plugin/notmuch.vim index 8f27fb92..eaa984bc 100644 --- a/contrib/notmuch-vim/plugin/notmuch.vim +++ b/contrib/notmuch-vim/plugin/notmuch.vim @@ -15,7 +15,7 @@ " General Public License for more details. " " You should have received a copy of the GNU General Public License -" along with Notmuch. If not, see . +" along with Notmuch. If not, see . " " Authors: Bart Trojanowski " Contributors: Felipe Contreras , @@ -1198,7 +1198,7 @@ function! s:NM_shell_escape(word) endfunction " this function was taken from git.vim, then fixed up -" http://github.com/motemen/git-vim +" https://github.com/motemen/git-vim function! s:NM_shell_split(cmd) let l:split_cmd = [] let cmd = a:cmd