Changeset 10119
- Timestamp:
- 10/06/11 07:35:17 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 12 added
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/matlab/install.sh
r9572 r10119 5 5 6 6 #Select or create a new simlink 7 ln -s /usr/local/pkgs/matlab-7.6/ install7 #ln -s /usr/local/pkgs/matlab-7.6/ install 8 8 #ln -s /usr/local/matlab712/ install 9 9 #ln -s /usr/local/pkgs/matlab-7.6/ install 10 10 #ln -s /Applications/MATLAB_R2009a.app/ install 11 #ln -s /Applications/MATLAB_R2010a.app/ install11 ln -s /Applications/MATLAB_R2010a.app/ install -
issm/trunk/externalpackages/mpich2/install.sh
r8752 r10119 5 5 6 6 #version of mpich2 7 version=1.0.2p17 #version=1.0.2p1 8 8 #version=1.3.1 9 #version=1.49 version=1.4 10 10 11 11 #Some cleanup -
issm/trunk/externalpackages/vim/addons/vimrc
r7617 r10119 78 78 " ---------------------------------------------------------------------- 79 79 " use 256 colors 80 "set t_Co=8 80 81 set t_Co=256 81 82 " backgrounb color … … 96 97 97 98 " save & "make" the current file in all modes 98 map <F8> :w <Enter> :make <Enter> 99 map! <F8> <ESC> :w <Enter> :make <Enter> 99 map <F8> :w <Enter> :make <Enter><Enter> 100 map! <F8> <ESC> :w <Enter> :make <Enter><Enter> 100 101 101 102 "use paste P: re-indent and re-format at the same time … … 139 140 "" associate *.par with matlab filetype 140 141 au BufRead,BufNewFile *.par setfiletype matlab 142 au BufRead,BufNewFile *.tpl setfiletype html 141 143 " ----------------------------------------------------------------------}}} 142 144 " C special{{{1 … … 149 151 " TEX special{{{1 150 152 " ---------------------------------------------------------------------- 151 au BufRead,BufNewFile *.tex set textwidth=100 "100 caracters max (See gq command)152 au BufRead,BufNewFile *.tex set formatoptions=cqt "automatic wraping153 au BufRead,BufNewFile *.tex set wrapmargin=0 "no margin153 au BufRead,BufNewFile *.tex,*.html set textwidth=100 "100 caracters max (See gq command) 154 au BufRead,BufNewFile *.tex,*.html set formatoptions=cqt "automatic wraping 155 au BufRead,BufNewFile *.tex,*.html set wrapmargin=0 "no margin 154 156 au BufRead,BufNewFile *.cls setfiletype tex 155 157
Note:
See TracChangeset
for help on using the changeset viewer.