Skip to content

Commit b854a61

Browse files
committed
Merge pull request #88 from Shougo/features
Update features list (channel,gui_gtk3,job)
2 parents c5219ac + ff3bc4f commit b854a61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/vimlint/feature.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function! s:init() abort " {{{
2020
\ 'browsefilter': 1,
2121
\ 'builtin_terms': 1,
2222
\ 'byte_offset': 1,
23+
\ 'channel': 1,
2324
\ 'cindent': 1,
2425
\ 'clientserver': 1,
2526
\ 'clipboard': 1,
@@ -61,6 +62,7 @@ function! s:init() abort " {{{
6162
\ 'gui_gnome': 1,
6263
\ 'gui_gtk': 1,
6364
\ 'gui_gtk2': 1,
65+
\ 'gui_gtk3': 1,
6466
\ 'gui_mac': 1,
6567
\ 'gui_motif': 1,
6668
\ 'gui_nextaw': 1,
@@ -73,6 +75,7 @@ function! s:init() abort " {{{
7375
\ 'hangul_input': 1,
7476
\ 'iconv': 1,
7577
\ 'insert_expand': 1,
78+
\ 'job': 1,
7679
\ 'jumplist': 1,
7780
\ 'keymap': 1,
7881
\ 'langmap': 1,

0 commit comments

Comments
 (0)