comparison runtime/doc/syntax.txt @ 857:b933657f7c9d

updated for version 7.0g01
author vimboss
date Tue, 02 May 2006 22:08:30 +0000
parents 8cd729851562
children 4bac29d27e2f
comparison
equal deleted inserted replaced
856:8cd729851562 857:b933657f7c9d
1017 .vimrc file: > 1017 .vimrc file: >
1018 :let erlang_functions = 1 1018 :let erlang_functions = 1
1019 If you want to disable special characters highlighting, put in 1019 If you want to disable special characters highlighting, put in
1020 your .vimrc: > 1020 your .vimrc: >
1021 :let erlang_characters = 1 1021 :let erlang_characters = 1
1022
1023
1024 FLEXWIKI *flexwiki.vim* *ft-flexwiki-syntax*
1025
1026 FlexWiki is an ASP.NET-based wiki package available at http://www.flexwiki.com
1027
1028 Syntax highlighting is available for the most common elements of FlexWiki
1029 syntax. The associated ftplugin script sets some buffer-local options to make
1030 editing FlexWiki pages more convenient. FlexWiki considers a newline as the
1031 start of a new paragraph, so the ftplugin sets 'tw'=0 (unlimited line length),
1032 'wrap' (wrap long lines instead of using horizontal scrolling), 'linebreak'
1033 (to wrap at a character in 'breakat' instead of at the last char on screen),
1034 and so on. It also includes some keymaps that are disabled by default.
1035
1036 If you want to enable the keymaps that make "j" and "k" and the cursor keys
1037 move up and down by display lines, add this to your .vimrc: >
1038 :let flexwiki_maps = 1
1022 1039
1023 1040
1024 FORM *form.vim* *ft-form-syntax* 1041 FORM *form.vim* *ft-form-syntax*
1025 1042
1026 The coloring scheme for syntax elements in the FORM file uses the default 1043 The coloring scheme for syntax elements in the FORM file uses the default