contrib/vim/hgcommand.vim
changeset 19023 86531a7038ed
parent 17537 31f32a96e1e3
child 21629 664c49420d48
equal deleted inserted replaced
19022:cba222f01056 19023:86531a7038ed
     8 " License:       This file is placed in the public domain.
     8 " License:       This file is placed in the public domain.
     9 " Credits:
     9 " Credits:
    10 "                Bob Hiestand <bob.hiestand@gmail.com> for the fabulous
    10 "                Bob Hiestand <bob.hiestand@gmail.com> for the fabulous
    11 "                cvscommand.vim from which this script was directly created by
    11 "                cvscommand.vim from which this script was directly created by
    12 "                means of sed commands and minor tweaks.
    12 "                means of sed commands and minor tweaks.
    13 " Note:          
    13 " Note:
    14 "                For Vim7 the use of Bob Hiestand's vcscommand.vim
    14 "                For Vim7 the use of Bob Hiestand's vcscommand.vim
    15 "                <http://www.vim.org/scripts/script.php?script_id=90>
    15 "                <http://www.vim.org/scripts/script.php?script_id=90>
    16 "                in conjunction with Vladmir Marek's Hg backend
    16 "                in conjunction with Vladmir Marek's Hg backend
    17 "                <http://www.vim.org/scripts/script.php?script_id=1898>
    17 "                <http://www.vim.org/scripts/script.php?script_id=1898>
    18 "                is recommended.
    18 "                is recommended.