Mercurial > dotfiles
view install.cmd @ 45:aac6188ab4d6
Added vimroom plugin (disabled by default).
VIMRC not setting some GUI stuff on re-sourcing (to not screw up the window when I iterate on it).
Changed some mappings.
Added some function to toggle spell-checking depending on the keyboard map.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 29 Nov 2011 18:04:16 -0800 |
parents | 92926116c4dd |
children | 8021bd1438f6 |
line wrap: on
line source
@echo off setlocal set CWD=%~dp0 mklink /D "%userprofile%\vimfiles" "%CWD%vim" mklink "%userprofile%\_vimrc" "%CWD%vim\vimrc" echo %%include %CWD%hgrc\hgrc > "%userprofile%\mercurial.ini" echo [extensions] >> "%userprofile%\mercurial.ini" echo hggit = %CWD:\=/%lib/hg/hg-git/hggit/ >> "%userprofile%\mercurial.ini" echo onsub = %CWD:\=/%lib/hg/onsub/onsub.py >> "%userprofile%\mercurial.ini" mklink "%userprofile%\mercurial_ignore" "%CWD%hgrc\hgignore"