OpenLink Software

Usage stats on Text objects for strings

 Permalink

an Entity in Data Space: 134.155.108.49:8890

and so on. Strings have to be on one line. See [help text-objects] for a description of other predefined text objects. function! JHStringObject(cmd,delim,mode) if a:mode == 'i' let c = 'normal T' . a:delim . a:cmd . 't' . a:delim elseif a:mode == 'a' let c = 'normal F' . a:delim . a:cmd . 'f' . a:delim endif execute c if a:cmd == 'c' normal l startinsert endif endfunction nnoremap di" :call JHStringObject('d','"','i') nnoremap di' :call JHStringObject('d',"'",'i') nnoremap da" :call JHStringObject('d','"','a') nnoremap da' :call JHStringObject('d',"'",'a') nnoremap ci" :call JHStringObject('c','"','i') nnoremap ci' :call JHStringObject('c',"'",'i') nnoremap ca" :call JHStringObject('c','"','a') nnoremap ca' :call JHStringObject('c',"'",'a') nnoremap yi" :call JHStringObject('y','"','i'

Graph IRICount
http://dbkwik.webdatacommons.org16
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] This material is Open Knowledge Creative Commons License Valid XHTML + RDFa
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Copyright © 2009-2012 OpenLink Software