Index: /issm/trunk-jpl/externalpackages/vim/addons/vimrc
===================================================================
--- /issm/trunk-jpl/externalpackages/vim/addons/vimrc	(revision 24216)
+++ /issm/trunk-jpl/externalpackages/vim/addons/vimrc	(revision 24217)
@@ -160,7 +160,7 @@
 " TEX special{{{
 " ----------------------------------------------------------------------
-au BufRead,BufNewFile *.tex,*.html set textwidth=100     "100 caracters max (See gq command)
-au BufRead,BufNewFile *.tex,*.html set formatoptions=cqt "automatic wraping
-au BufRead,BufNewFile *.tex,*.html set wrapmargin=0      "no margin
+au BufRead,BufNewFile *.tex,*.html,*.txt set textwidth=100     "100 caracters max (See gq command)
+au BufRead,BufNewFile *.tex,*.html,*.txt set formatoptions=cqt "automatic wraping
+au BufRead,BufNewFile *.tex,*.html,*.txt set wrapmargin=0      "no margin
 au BufRead,BufNewFile *.cls setfiletype tex
 
@@ -215,5 +215,5 @@
 au BufRead,BufNewFile *.m      iabbr <silent> ER  error('');<Left><Left><Left><C-R>=Eatchar('\s')<CR>
 au BufRead,BufNewFile *.c*     ab VV VecView(ug,PETSC_VIEWER_STDOUT_WORLD);
-au BufRead,BufNewFile *.c*,*.h ab AS _assert_();
+au BufRead,BufNewFile *.c*,*.h ab AS _assert_();<Left><Left><C-R>=Eatchar('\s')<CR>
 au BufRead,BufNewFile *.c*,*.h iab <expr> p0  "printf(\"-------------- file: ".expand('%')." line: %i\\n\",__LINE__);"
 au BufRead,BufNewFile *.c*,*.h iab <expr> pp0 "PetscSynchronizedPrintf(MPI_COMM_WORLD,\"-------------- file: ".expand('%')." line: %i\\n\",__LINE__);\nPetscSynchronizedFlush(MPI_COMM_WORLD);"
