We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5219ac commit ff3bc4fCopy full SHA for ff3bc4f
autoload/vimlint/feature.vim
@@ -20,6 +20,7 @@ function! s:init() abort " {{{
20
\ 'browsefilter': 1,
21
\ 'builtin_terms': 1,
22
\ 'byte_offset': 1,
23
+\ 'channel': 1,
24
\ 'cindent': 1,
25
\ 'clientserver': 1,
26
\ 'clipboard': 1,
@@ -61,6 +62,7 @@ function! s:init() abort " {{{
61
62
\ 'gui_gnome': 1,
63
\ 'gui_gtk': 1,
64
\ 'gui_gtk2': 1,
65
+\ 'gui_gtk3': 1,
66
\ 'gui_mac': 1,
67
\ 'gui_motif': 1,
68
\ 'gui_nextaw': 1,
@@ -73,6 +75,7 @@ function! s:init() abort " {{{
73
75
\ 'hangul_input': 1,
74
76
\ 'iconv': 1,
77
\ 'insert_expand': 1,
78
+\ 'job': 1,
79
\ 'jumplist': 1,
80
\ 'keymap': 1,
81
\ 'langmap': 1,
0 commit comments