X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/f0dfda5c7797f9db81ce35d270fe0ac406c7fca1..6a833a6e83865f6999707cc30768d07e1351c2cb:/contrib/notmuch-vim/plugin/notmuch.vim 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