First we usegetline(a:lnum)to get the content of the current line as a String. We compare this to the regex\v^\s*$. Remember that\vturns on "very magic" ("sane") mode. This regex will match "beginning of line, any number of whitespace characters, end of line". The comparison i...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
settings and on whether you compare them with the <code>=~</code>, <code>=~#</code>, or <code>=~?</code> family of operators. Use the <code>=~#</code> and <code>=~?</code> operator families explicitly when comparing strings unless you explicitly need to honor the user's...
pmizio/typescript-tools.nvimPublic NotificationsYou must be signed in to change notification settings Fork58 Star1.8k Files master Sign in to see the full file tree. package-lock.json Breadcrumbs typescript-tools.nvim / Latest commit Cannot retrieve latest commit at this time. ...
jobOption: { 'jobCmd' : 'job cmd', // jobCmd can be: // * string, shell command to run as job // * vim `function(jobStatus)` or any callable object to `ZFJobFuncCall()`, return: // * `{output:xxx, exitCode:0}` to indicate invoke result, if none, it's considered as ...