# HG changeset patch # User Richard Cheng # Date 1334677061 -3600 # Node ID 965a6874086b1dccf764772ec9c169919bd4e89a # Parent b00b5355c40fdd6b746f752ca72e75729b8af602 Fill in location of plugin directory in Windows diff -r b00b5355c40f -r 965a6874086b chapters/33.markdown --- a/chapters/33.markdown Tue Apr 17 15:51:29 2012 +0100 +++ b/chapters/33.markdown Tue Apr 17 16:37:41 2012 +0100 @@ -22,8 +22,9 @@ enough to warrant a file of its own. First, find your Vim `plugin` directory. On Linux or OS X this will be at -`~/.vim/plugin`. If you're on Windows it will be at TODO. If this directory -doesn't exist, create it. +`~/.vim/plugin`. If you're on Windows it will be inside the `vimfiles` +directory in your home directory. (Use the command: `:echo $HOME` in Vim if +you're not sure where this is). If this directory doesn't exist, create it. Inside `plugin/` create a file named `grep-operator.vim`. This is where you'll place the code for this new operator. When you're editing the file you can run