About: Single tags file for a source tree   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : dbkwik.webdatacommons.org associated with source dataset(s)

This assumes Exuberant Ctags. The -R (or --recurse) option tells ctags to recurse into directories. Then, set the tags option in vimrc as: set tags=tags; The last semicolon is the key here. When Vim tries to locate the 'tags' file, it first looks at the current directory, then the parent directory, then the parent of the parent, and so on. This setting works nicely with 'set autochdir', because then Vim's current directory is the same as the directory of the file. If you do not like using 'autochdir' but want the same upward search, use: set tags=./tags;

AttributesValues
rdfs:label
  • Single tags file for a source tree
rdfs:comment
  • This assumes Exuberant Ctags. The -R (or --recurse) option tells ctags to recurse into directories. Then, set the tags option in vimrc as: set tags=tags; The last semicolon is the key here. When Vim tries to locate the 'tags' file, it first looks at the current directory, then the parent directory, then the parent of the parent, and so on. This setting works nicely with 'set autochdir', because then Vim's current directory is the same as the directory of the file. If you do not like using 'autochdir' but want the same upward search, use: set tags=./tags;
Version
  • 6(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 803(xsd:integer)
Category
  • Navigation
Author
  • Dubhead
Complexity
  • intermediate
Created
  • 2004(xsd:integer)
ID
  • 804(xsd:integer)
NEXT
  • 805(xsd:integer)
Rating
  • 94(xsd:integer)
abstract
  • This assumes Exuberant Ctags. The -R (or --recurse) option tells ctags to recurse into directories. Then, set the tags option in vimrc as: set tags=tags; The last semicolon is the key here. When Vim tries to locate the 'tags' file, it first looks at the current directory, then the parent directory, then the parent of the parent, and so on. This setting works nicely with 'set autochdir', because then Vim's current directory is the same as the directory of the file. If you do not like using 'autochdir' but want the same upward search, use: set tags=./tags; Here, the leading "./" tells Vim to use the directory of the current file rather than Vim's working directory. Regardless of the specific search used, you need the +path_extra feature for this tip.
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] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software