mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
Make synstack() work on the character just after the end of the line.
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user