Searched +refs:add +refs:completions +refs:from +refs:file (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpython3complete.vim6 " Roland Puntaier: this file contains adaptations for python3 and is parallel to pythoncomplete.vim
30 " * Removed newline removal from docs. It appears vim handles these better in
35 " * Removed the 'kind' completions, as they are better indicated
70 "findstart = 0 when we need to return the list of completions
94 from token import NAME, DEDENT, NEWLINE, STRING
215 completions = []
245 completions.append(c)
249 return completions
264 def add(self,sub):
331 c.add(
[all...]
H A Dpythoncomplete.vim28 " * Removed newline removal from docs. It appears vim handles these better in
33 " * Removed the 'kind' completions, as they are better indicated
68 "findstart = 0 when we need to return the list of completions
92 from token import NAME, DEDENT, NEWLINE, STRING
233 completions = []
263 completions.append(c)
267 return completions
282 def add(self,sub):
349 c.add(s.copy_decl(indent+1))
474 elif token == 'open' or token == 'file'
[all...]
H A Dhtmlcomplete.vim169 call add(res, m.';')
176 call add(res, m.';')
178 call add(res2, m.';')
205 " We have to get first word to offer proper completions
235 " 1a. Check file for @import
272 for file in styletable
273 if filereadable(file)
274 let stylesheet = readfile(file)
279 let secfile = fnamemodify(file, ":p:h").'/'.secfile
287 for file i
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Drefcard.tex6 % This file can be printed with 1, 2, or 3 columns per page (see below).
20 % This file is part of GNU Emacs.
33 % along with GNU Emacs; see the file COPYING. If not, write to
37 % This file is intended to be processed by plain TeX (TeX82).
40 % This file can be used to produce it in any of three ways:
290 \key{{\bf read} a file into Emacs}{C-x C-f}
291 \key{{\bf save} a file back to disk}{C-x C-s}
293 \key{{\bf insert} contents of another file into this buffer}{C-x i}
294 \key{replace this file with the file yo
[all...]
H A Dpl-refcard.tex8 % This file uses macros and fonts defined in the mex format.
15 % defined in plain format. This file uses mex format which is
21 \errmessage{This file requires `mex' format to be typeset correctly.
22 See head of this file for the comments how to generate mex format}
30 % This file can be printed with 1, or 2 columns per page (see below).
38 % This file is part of GNU Emacs.
51 % along with GNU Emacs; see the file COPYING. If not, write to
55 % This file is intended to be processed by plain TeX (TeX82).
58 % This file can be used to produce it in any of three ways:
324 %To read in a file t
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el15 ;; This file is part of GNU Emacs.
28 ;; along with GNU Emacs; see the file COPYING. If not, write to the
41 ;; Distribute texinfo file.
57 "Generate automatically a key from the author/editor and the title field."
111 remove OPT and ALT prefixes from used fields.
490 (defcustom bibtex-add-entry-hook nil
545 List elements can be absolute file names or file names relative
546 to the directories specified in `bibtex-string-file-path'."
548 :type '(repeat file))
[all...]

Completed in 210 milliseconds