mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
12 lines
158 B
VimL
12 lines
158 B
VimL
|
" Vim variable highlighting
|
||
|
|
||
|
let foo = expr
|
||
|
|
||
|
let foo += expr
|
||
|
let foo -= expr
|
||
|
let foo *= expr
|
||
|
let foo /= expr
|
||
|
let foo %= expr
|
||
|
let foo .= expr
|
||
|
let foo ..= expr
|