Searched +refs:grep +refs:read +refs:files (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Ddired-ref.tex259 % In dired, you can edit a list of the files in a directory (and optionally
263 % load, byte-compile files. You can change files' attributes, run shell
264 % commands on files, or insert subdirectories into the edit buffer. You can
265 % "flag" files for deletion or "mark" files for later commands, either one
266 % file at a time or by all files matching certain criteria (e.g., files that
273 % Most commands operate either on all marked files or on the current file if
274 % no files ar
[all...]
H A Dpl-refcard.tex324 %To read in a file to edit, see Files, below.
562 %\threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
705 %\metax{regexp search on all files in tags table}{M-x tags-search}
706 %\metax{run query-replace on all the files}{M-x tags-query-replace}
926 {M-x find-grep-dired}
934 %\key{read and eval minibuffer}{M-:}
988 %The \kbd{interactive} spec says how to read arguments interactively.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgroovy.vim24 " 2) add this line to recognize groovy files by filename extension:
52 " we define it here so that included files can test for it
56 " don't use standard HiLink, it will not work with included syntax files
163 syn keyword groovyJDKMethods withReader withStream withWriter withPrintWriter write read leftShift
167 syn keyword groovyJDKMethods times step toInteger upto any collect dump every find findAll grep
H A Dperl6.vim17 " put a modeline near the beginning or end of your Perl 6 files instead:
219 \ "eager hyper substr index rindex grep map sort join lines hints chmod",
229 \ "perl graphs codes bytes clone print open read write readline say seek",
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim238 call append("$", "runtimepath\tlist of directories used for runtime files and plugins")
292 call append("$", "tagbsearch\tuse binary searching in tags files")
774 call append("$", "dictionary\tlist of dictionary files for keyword completion")
777 call append("$", "thesaurus\tlist of thesaurus files for keyword completion")
939 call <SID>Header("reading and writing files")
966 call append("$", "write\twriting files is allowed")
972 call append("$", "backupskip\tpatterns that specify for which files a backup is not made")
976 call append("$", "backupdir\tlist of directories to put backup files in")
986 call append("$", "autoread\tautomatically read a file when it was modified outside of Vim")
1042 call append("$", "wildignore\tlist of patterns to ignore files fo
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim97 " dealing with tags files - entries there were already
143 " tags files separately because we need relative path from current
1016 " 2. run for i in `ls | grep "^function\."`; do grep -A4 Description $i >> funcs; done
1975 \ 'hw_api_content-&#62;read(': 'string buffer, int len | string',
4064 \ 'session_set_save_handler(': 'callback open, callback close, callback read, callback write, callback destroy, callback gc | bool',
4134 \ 'socket_select(': 'array &#38;read, array &#38;write, array &#38;except, int tv_sec [, int tv_usec] | int',
4312 \ 'stream_select(': 'array &#38;read, array &#38;write, array &#38;except, int tv_sec [, int tv_usec] | int',

Completed in 83 milliseconds