comparison runtime/doc/syntax.txt @ 5814:755931e042e4

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 05 Apr 2014 22:55:53 +0200
parents c52a655d927d
children 92751673cc37
comparison
equal deleted inserted replaced
5813:870cb388ee8f 5814:755931e042e4
1 *syntax.txt* For Vim version 7.4. Last change: 2014 Feb 25 1 *syntax.txt* For Vim version 7.4. Last change: 2014 Apr 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1957 If you don't want to set the variable, use the modeline in EVERY LPC file. 1957 If you don't want to set the variable, use the modeline in EVERY LPC file.
1958 1958
1959 There are several implementations for LPC, we intend to support most widely 1959 There are several implementations for LPC, we intend to support most widely
1960 used ones. Here the default LPC syntax is for MudOS series, for MudOS v22 1960 used ones. Here the default LPC syntax is for MudOS series, for MudOS v22
1961 and before, you should turn off the sensible modifiers, and this will also 1961 and before, you should turn off the sensible modifiers, and this will also
1962 asserts the new efuns after v22 to be invalid, don't set this variable when 1962 assert the new efuns after v22 to be invalid, don't set this variable when
1963 you are using the latest version of MudOS: > 1963 you are using the latest version of MudOS: >
1964 1964
1965 :let lpc_pre_v22 = 1 1965 :let lpc_pre_v22 = 1
1966 1966
1967 For LpMud 3.2 series of LPC: > 1967 For LpMud 3.2 series of LPC: >