Searched +refs:custom +refs:buffer +refs:indent (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim25 " All files called sqlinformix.vim will be loaded from the indent and syntax
60 " Only do this when not done yet for this buffer
87 let list_indent = globpath(&runtimepath, 'indent/*sql*')
103 " the word SQL in the indent, syntax and ftplugin directory
111 " sytax, indent and ftplugin directory, yet we only want
154 " echomsg 'SQLSetType - clearing indent'
165 " Do not specify a buffer local variable if it is
193 command! -nargs=* -complete=custom,SQL_GetList SQLSetType :call SQL_SetType(<q-args>)
212 " echo 'sourcing buffer ftplugin/'.b:sql_type_override.'.vim'
234 " Don't load another plugin for this buffer
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex309 \key{indent shiftwidth forward}{C-t}
310 \key{indent shiftwidth backward}{C-d}
341 \metax{restore a buffer }{:e!\ {\rm or} M-x revert-buffer}
375 \key{{\bf switch} to a buffer in the current window}{C-x {\sl buffer}}
376 \metax{{\bf switch} to a buffer in another window}{:n, :b, {\rm or} C-x 4 {\sl buf}}
377 \key{{\bf kill} a buffer}{:q! {\rm or} C-x k}
385 \key{{\bf save} buffer to the associated file}{:w {\rm or} C-xC-s}
386 \metax{{\bf write} buffer t
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el178 (condition-case () (require 'custom) (error nil))
179 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
181 ;; We have the old or no custom-library, hack around it!
194 :link '(custom-manual "(idlwave)Top")
205 (defcustom idlwave-main-block-indent 2
212 (defcustom idlwave-block-indent 3
220 A value equal to negative `idlwave-block-indent' will make END lines
225 (defcustom idlwave-continuation-indent 3
232 (defcustom idlwave-max-extra-continuation-indent 4
[all...]
H A Dcperl-mode.el77 (require 'custom)
98 (or (fboundp 'custom-declare-variable)
101 (or (and (fboundp 'custom-declare-variable)
145 ;; (switch-to-buffer (get-file-buffer (elt (, elt) 0)))
146 ;; (set-buffer (get-file-buffer (elt (, elt) 0)))
196 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
234 (defcustom cperl-indent-level 2
238 (put 'cperl-indent
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm659 code for custom conversion specifiers
1137 # Message changed? Print buffer.
1176 If there's still messages in the buffer, they should be printed out
1216 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1245 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1349 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1370 The last four statements in the configuration above are defining a custom
1386 For details on custom filters, check L<Log::Log4perl::Filter>.
1460 buffer size and the size of your messages, there's a small chance of
1468 to run uninterrupted) instead of C<print()> which might buffer
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm661 code for custom conversion specifiers
1139 # Message changed? Print buffer.
1178 If there's still messages in the buffer, they should be printed out
1218 let's define two custom filters, C<MatchError> and C<MatchWarn>, which,
1247 C</tmp/app.err> respectively and have the custom filters C<MatchWarn> and C<MatchError>
1351 Log::Log4perl's custom filters (0.30 or better) provide an interface for the
1372 The last four statements in the configuration above are defining a custom
1388 For details on custom filters, check L<Log::Log4perl::Filter>.
1465 buffer size and the size of your messages, there's a small chance of
1473 to run uninterrupted) instead of C<print()> which might buffer
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
117 the following lines anywhere in the buffer:
140 the following lines anywhere in the buffer:
151 line enforcing Org-mode will be inserted into the buffer, if this option
162 keys both in Org-mode and in the Org-agenda buffer.
199 Changing this requires executing `M-x org-mode' in a buffer to become
372 "Cycle globally if cursor is at beginning of buffer and not at a headline.
374 C-u TAB. For this special case to work, the first line of the buffer
377 cursor stays at the beginning of the buffer.
379 of the buffer
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim74 syn keyword vimFuncName contained acos argc asin browse buflisted bufnr byteidx changenr clearmatches complete_add copy count deepcopy diff_filler escape executable expand feedkeys filter float2nr fnameescape foldclosedend foldtextresult garbagecollect getbufvar getcmdline getcwd getfsize getline getpid getreg gettabwinvar getwinvar has hasmapto histget hlID indent inputdialog inputsave isdirectory join libcall line2byte log maparg matchadd matchend max mkdir mzeval nr2char pow printf range reltime remote_expr remote_peek remote_send rename resolve round searchdecl searchpairpos server2client setbufvar setline setmatches setqflist settabvar setwinvar simplify sinh soundfold spellsuggest sqrt str2nr strdisplaywidth stridx strlen strridx strwidth substitute synID synIDtrans system tabpagenr tagfiles tan tempname toupper trunc undofile values visualmode wincol winline winrestcmd winsaveview writefile
130 syn keyword vimFTOption contained detect indent off on plugin
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
203 syn keyword vimUserAttrbCmplt contained custom customlist nextgroup=vimUserAttrbCmpltFunc,vimUserCmdError
207 syn match vimUserAttrbCmplt contained "custom,\u\w*"
325 syn match vimMapMod contained "\c<\(buffer\|expr\|\(local\)\=leader\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
329 syn keyword vimMapModKey contained buffer expr leader localleader plug script sid silent unique

Completed in 167 milliseconds