diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:29:42 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:32:29 +0100 |
commit | 93a85bdd8a9f5086eb205a3235ec17acc0bf498c (patch) | |
tree | 4f23ab514a0330cfac05952564d3ed0870701d2e /runtime/doc/syntax.txt | |
parent | 9da951ad47c97175e1efa520e582a26f0db1e1cf (diff) | |
download | rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.tar.gz rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.tar.bz2 rneovim-93a85bdd8a9f5086eb205a3235ec17acc0bf498c.zip |
vim-patch:d2f3a8b87873
Update runtime files.
https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 57042f06d4..eae7f0ab08 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1947,7 +1947,7 @@ set "lite_minlines" to the value you desire. Example: > LPC *lpc.vim* *ft-lpc-syntax* -LPC stands for a simple, memory-efficient language: Lars Pensj| C. The +LPC stands for a simple, memory-efficient language: Lars Pensjö C. The file name of LPC is usually *.c. Recognizing these files as LPC would bother users writing only C programs. If you want to use LPC syntax in Vim, you should set a variable in your vimrc file: > |