Home
last modified time | relevance | path

Searched refs:charAfterCursor (Results 1 – 1 of 1) sorted by relevance

/plugin/linksuggest/
Dscript.js6 function charAfterCursor() { function
13 return (title && JSINFO["append_header"] === 1 && charAfterCursor() !== '|')? '|' + title : '';
16 return (title && charAfterCursor() !== '|')? '|' + title : '';
19 return (charAfterCursor() === ']' || charAfterCursor() === '|')? '' : ']]';