comparison runtime/doc/syntax.txt @ 271:8d34af900bae v7.0072

updated for version 7.0072
author vimboss
date Wed, 18 May 2005 22:24:46 +0000
parents 73354c21f1e4
children 946f0cbdd535
comparison
equal deleted inserted replaced
270:a20218704019 271:8d34af900bae
1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 1 *syntax.txt* For Vim version 7.0aa. Last change: 2005 May 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1575 mv_LREtools mv_group mv_orthopoly mv_student 1575 mv_LREtools mv_group mv_orthopoly mv_student
1576 mv_combinat mv_inttrans mv_padic mv_sumtools 1576 mv_combinat mv_inttrans mv_padic mv_sumtools
1577 mv_combstruct mv_liesymm mv_plots mv_tensor 1577 mv_combstruct mv_liesymm mv_plots mv_tensor
1578 mv_difforms mv_linalg mv_plottools mv_totorder 1578 mv_difforms mv_linalg mv_plottools mv_totorder
1579 mv_finance mv_logic mv_powseries 1579 mv_finance mv_logic mv_powseries
1580
1581
1582 MATHEMATICA *mma.vim* *mma-syntax* *mathematica-syntax*
1583
1584 Empty *.m files will automatically be presumed to be Matlab files unless you
1585 have the following in your .vimrc: >
1586
1587 let filetype_m = "mma"
1580 1588
1581 1589
1582 MOO *moo.vim* *moo-syntax* 1590 MOO *moo.vim* *moo-syntax*
1583 1591
1584 If you use C-style comments inside expressions and find it mangles your 1592 If you use C-style comments inside expressions and find it mangles your