comparison runtime/doc/syntax.txt @ 14123:583bf95b6c84

Update runtime files. commit https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 14:35:59 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 14:45:08 +0200
parents 1174611ad715
children 2f7e67dd088c
comparison
equal deleted inserted replaced
14122:f1a54da4fb79 14123:583bf95b6c84
1975 :let lite_minlines = 200 1975 :let lite_minlines = 200
1976 1976
1977 1977
1978 LPC *lpc.vim* *ft-lpc-syntax* 1978 LPC *lpc.vim* *ft-lpc-syntax*
1979 1979
1980 LPC stands for a simple, memory-efficient language: Lars Pensj| C. The 1980 LPC stands for a simple, memory-efficient language: Lars Pensjö C. The
1981 file name of LPC is usually *.c. Recognizing these files as LPC would bother 1981 file name of LPC is usually *.c. Recognizing these files as LPC would bother
1982 users writing only C programs. If you want to use LPC syntax in Vim, you 1982 users writing only C programs. If you want to use LPC syntax in Vim, you
1983 should set a variable in your .vimrc file: > 1983 should set a variable in your .vimrc file: >
1984 1984
1985 :let lpc_syntax_for_c = 1 1985 :let lpc_syntax_for_c = 1