]> oss.titaniummirror.com Git - vim-mkbuild.git/blobdiff - doc/mkbuild.txt
Add new function mkbuild#SelectXref()
[vim-mkbuild.git] / doc / mkbuild.txt
index 4f658ffe5574ad4144becc2ca6f79e16d42dc2a4..c29f7115c117cec30906d2fc6d3c41476a71f468 100644 (file)
@@ -8,8 +8,11 @@ This plugin is only available if 'compatible' is not set.
 INTRODUCTION                                    *mkbuild*
 
 This plugin provides features for working with code using the mkbuild build
-system.  The only tool currently available is a method to select files from
-the project using dmenu, which will also work without mkbuild.
+system.
+
+
+The first tool is a method to select files from the project using dmenu, which
+will also work without mkbuild.
 
 Map mkbuild#DmenuOpen(cmd) to some key, such as:
 nnoremap <leader>e :call mkbuild#DmenuOpen('e')<CR>
@@ -37,4 +40,13 @@ following priority order:
 
 3. Perform a 'find . -type f' in the current directory.
 
+
+The second tool is a method to allow switching to a new tags and/or cscope
+database.  This is especially useful for mkbuild, which can build the same
+code for multiple platforms, and each platform build directory contains its
+own tags and cscope database files.
+
+Map mkbuild#SelectXref() to some key, such as:
+nnoremap <leader>x :call mkbuild#SelectXref()<CR>
+
  vim:tw=78:ts=8:ft=help:norl: