Searched +refs:org +refs:tags +refs:completion +refs:function (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim1 " Vim completion script
6 function! htmlcomplete#CompleteTags(findstart, base)
48 " of all linked external files and (secondary, less probably) other <script> tags
49 " This logic could possible be done in separate function - may be
91 " We are in normal tag line, no need for completion at all
104 " completion will be badly reported
112 " wasn't closed so PHP completion passed it to HTML
130 " Check if we should do CSS completion inside of <style> tag
131 " or JS completion inside of <script> tag or PHP completion i
[all...]
H A Dccomplete.vim1 " Vim completion script
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
7 " This function is used for the 'omnifunc' option.
8 function! ccomplete#Complete(findstart, base)
61 " Don't do anything for an empty base, would result in all the tags in the
62 " tags file.
113 " 1. in current function (like with "gd")
114 " 2. in tags file(s) (like with ":tag")
132 " Handle multiple declarations on the same line in a function
169 " Only one part, no "." or "->": complete from tags fil
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
25 " function to be called when <CR> is hit in the option-window
59 " function to be called when <Space> is hit in the option-window
220 " List of all options, organized by function.
291 call <SID>Header("tags")
292 call append("$", "tagbsearch\tuse binary searching in tags files")
296 call append("$", "tags\tlist of file names to search for tags")
299 call append("$", "tagrelative\tfile names in a tags file are relative to the tags fil
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org-version))
93 (defconst org
102 (defgroup org nil function
[all...]

Completed in 159 milliseconds