diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:15:44 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:15:44 +0100 |
commit | ed677c34d55a0e025b7008f29419498a3989cde2 (patch) | |
tree | 62efef78ed05b2b4e61efb21e40a6b337359eb8e /syntax/vifm.vim | |
parent | c161994e9607399a7b365ab274592bfc4f100306 (diff) | |
download | vim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.tar.gz vim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | syntax/vifm.vim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/syntax/vifm.vim b/syntax/vifm.vim index 128fa1ed..00099e1c 100644 --- a/syntax/vifm.vim +++ b/syntax/vifm.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 " vifm syntax file " Maintainer: xaizek <xaizek@posteo.net> -" Last Change: December 19, 2018 +" Last Change: January 31, 2019 " Inspired By: Vim syntax file by Dr. Charles E. Campbell, Jr. if exists('b:current_syntax') @@ -132,11 +132,11 @@ syntax keyword vifmOption contained aproposprg autochpos caseoptions cdpath cd \ lsoptions lsview mediaprg milleroptions millerview mintimeoutlen number nu \ numberwidth nuw previewprg quickview relativenumber rnu rulerformat ruf \ runexec scrollbind scb scrolloff so sort sortgroups sortorder sortnumbers - \ shell sh shortmess shm showtabline stal sizefmt slowfs smartcase scs - \ statusline stl suggestoptions syncregs syscalls tabscope tabstop timefmt - \ timeoutlen title tm trash trashdir ts tuioptions to undolevels ul vicmd - \ viewcolumns vifminfo vimhelp vixcmd wildmenu wmnu wildstyle wordchars wrap - \ wrapscan ws + \ shell sh shellflagcmd shcf shortmess shm showtabline stal sizefmt slowfs + \ smartcase scs statusline stl suggestoptions syncregs syscalls tabscope + \ tabstop timefmt timeoutlen title tm trash trashdir ts tuioptions to + \ undolevels ul vicmd viewcolumns vifminfo vimhelp vixcmd wildmenu wmnu + \ wildstyle wordchars wrap wrapscan ws " Disabled boolean options syntax keyword vifmOption contained noautochpos nocf nochaselinks nodotfiles |