Dear friends of TUG,<br><br>I am trying to install and use VIM-Latex on a Win XP laptop per these instructions:<br><br>http://vim-latex.sourceforge.net/index.php?subject=download&amp;title=Download<br><br>Step 1 of 4 was completed very well and the files were extracted correctly.&nbsp; The second step is what's causing me grief <img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/02.gif">&nbsp; I can't find a file named .vimrc anywhere but I do find a file called _vimrc which has:<br><br>set nocompatible<br>source $VIMRUNTIME/vimrc_example.vim<br>source $VIMRUNTIME/mswin.vim<br>behave mswin<br><br>set diffexpr=MyDiff()<br>function MyDiff()<br>&nbsp; let opt = '-a --binary '<br>&nbsp; if &amp;diffopt =~ 'icase' | let opt = opt . '-i ' | endif<br>&nbsp; if &amp;diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif<br>&nbsp; let arg1 = v:fname_in<br>&nbsp; if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif<br>&nbsp; let arg2 = v:fname_new<br>&nbsp; if arg2 =~ ' ' |
 let  arg2 = '"' . arg2 . '"' | endif<br>&nbsp; let arg3 = v:fname_out<br>&nbsp; if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif<br>&nbsp; let eq = ''<br>&nbsp; if $VIMRUNTIME =~ ' '<br>&nbsp;&nbsp;&nbsp; if &amp;sh =~ '\&lt;cmd'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; let cmd = '""' . $VIMRUNTIME . '\diff"'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; let eq = '"'<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; let cmd = substitute($VIMRUNTIME, ' ', '" ', '') . '\diff"'<br>&nbsp;&nbsp;&nbsp; endif<br>&nbsp; else<br>&nbsp;&nbsp;&nbsp; let cmd = $VIMRUNTIME . '\diff'<br>&nbsp; endif<br>&nbsp; silent execute '!' . cmd . ' ' . opt . arg1 . ' ' . arg2 . ' &gt; ' . arg3 . eq<br>endfunction<br><br>Is that the file that you are referring to or should I write a .vimrc file with the following?<br><br><pre>filetype plugin on<br>set shellslash<br>set grepprg=grep\ -nH\ $*<br>filetype indent on<br><br>Please help me <img
 src="http://us.i1.yimg.com/us.yimg.com/i/mesg/tsmileys2/02.gif"><br><br>Regards,<br><br><br>Diego Acosta<br><br><br>P.S. I have looked at forums, and many other sources...</pre><p>&#32;
                <hr size=1>Do you Yahoo!?<br> 
Get on board. <a href="http://us.rd.yahoo.com/evt=40791/*http://advision.webevents.yahoo.com/handraisers">You're invited</a> to try the new Yahoo! Mail Beta.