better marks
This commit is contained in:
parent
14bddd1308
commit
5faff271b5
|
@ -149,3 +149,8 @@ syntax region cBackTickNoSpell start=+`+ end=+`+
|
||||||
syntax region cRusDocCommentNoSpell start=+//!+ end='\z1' contained extend
|
syntax region cRusDocCommentNoSpell start=+//!+ end='\z1' contained extend
|
||||||
\ contained containedin=cComment,cCommentL transparent
|
\ contained containedin=cComment,cCommentL transparent
|
||||||
\ contains=@NoSpell
|
\ contains=@NoSpell
|
||||||
|
|
||||||
|
" stuff for marks
|
||||||
|
" jump to the given mark with <#> instead of `, i have a qwertz keyboard
|
||||||
|
nmap # `
|
||||||
|
vmap # `
|
||||||
|
|
Loading…
Reference in New Issue