summaryrefslogtreecommitdiffstats
path: root/runtime/syntax
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-08 22:27:55 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-08 22:27:55 +0200
commitd04b7507fde8bb7e3103ce53f2156c798b5e5245 (patch)
treea452897549e1c7bde0a476bbc3aa17653f577cf1 /runtime/syntax
parentb0b508808f33934d30be6a46c4e8aa9a0ad2d614 (diff)
Make synstack() work on the character just after the end of the line.
Diffstat (limited to 'runtime/syntax')
-rw-r--r--runtime/syntax/help.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/syntax/help.vim b/runtime/syntax/help.vim
index d0f447f900..1d2c98af99 100644
--- a/runtime/syntax/help.vim
+++ b/runtime/syntax/help.vim
@@ -116,6 +116,17 @@ if s:i > 0
exe "runtime syntax/help_" . strpart(expand("%"), s:i + 1, 2) . ".vim"
endif
+" Italian
+if v:lang == "IT"
+ syn keyword helpNote nota Nota NOTA notare: Notare: NOTARE:
+ syn match helpSpecial "Nma"me=e-2
+ syn match helpSpecial "Nme"me=e-2
+ syn match helpSpecial "Nmi"me=e-2
+ syn match helpSpecial "Nmo"me=e-2
+ syn match helpSpecial "\[interv.]"
+ syn region helpNotVi start="{non" start="{solo" start="{disponibile" end="}" contains=helpLeadBlank,helpHyperTextJump
+endif
+
syn sync minlines=40