annotate uninstall.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 d07ca3d7f36c
children 6b2c3f14a5c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 @echo off
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 setlocal
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 rmdir "%userprofile%\vimfiles"
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 del "%userprofile%\_vimrc"
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 del "%userprofile%\mercurial.ini"
d07ca3d7f36c Updated Windows scripts
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7