Commit: Runtime(javascript): add new document properties to completion file

2 views
Skip to first unread message

Christian Brabandt

unread,
Aug 20, 2023, 3:45:08 PM8/20/23
to vim...@googlegroups.com
Runtime(javascript): add new document properties to completion file

Commit: https://github.com/vim/vim/commit/a0fddaa2f4b7358484eb54ccdd1b7433d18a9039
Author: Jay Sitter <j...@diameterstudios.com>
Date: Sun Jun 28 11:42:35 2020 -0400

Runtime(javascript): add new document properties to completion file

closes: https://github.com/vim/vim/issues/6536

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/autoload/javascriptcomplete.vim b/runtime/autoload/javascriptcomplete.vim
index 29b6b1625..3ec3b5049 100644
--- a/runtime/autoload/javascriptcomplete.vim
+++ b/runtime/autoload/javascriptcomplete.vim
@@ -156,8 +156,8 @@ function! javascriptcomplete#CompleteJS(findstart, base)
\ 'text', 'vLink']
let bodys = bodyprop
" Document - document.
- let docuprop = ['anchors', 'body', 'characterSet', 'doctype',
- \ 'documentElement', 'documentURI', 'embeds', 'fonts', 'forms',
+ let docuprop = ['anchors', 'applets', 'body', 'characterSet', 'childNodes',
+ \ 'doctype', 'documentElement', 'documentURI', 'embeds', 'fonts', 'forms',
\ 'head', 'hidden', 'images', 'implementation', 'lastStyleSheetSet',
\ 'links', 'plugins', 'preferredStyleSheetSet', 'scripts',
\ 'scrollingElement', 'selectedStyleSheetSet', 'styleSheetSets',
@@ -171,7 +171,7 @@ function! javascriptcomplete#CompleteJS(findstart, base)
\ 'createEvent', 'createExpression', 'createNSResolver',
\ 'createNodeIterator', 'createProcessingInstruction', 'createRange',
\ 'createTextNode', 'createTouchList', 'createTreeWalker',
- \ 'enableStyleSheetsForSet', 'evaluate', 'focus', 'getElementById',
+ \ 'enableStyleSheetsForSet', 'evaluate', 'focus',
\ 'getElementById', 'getElementsByClassName', 'getElementsByName',
\ 'getElementsByTagName', 'getElementsByTagNameNS',
\ 'hasStorageAccess', 'importNode', 'onClick', 'onDblClick',
Reply all
Reply to author
Forward
0 new messages