Searched +refs:expand +refs:mail +refs:aliases (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
60 " alias and unalias (contains special aliases)
88 \ copy-prev-word copy-region-as-kill dabbrev-expand delete-char
92 \ exchange-point-and-mark expand-glob expand-history expand-line
93 \ expand-variables forward-char forward-word
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim21 \ exe "doau filetypedetect BufRead " . fnameescape(expand("<afile>:r"))
23 \ let s:name = expand("<afile>") |
30 \ if expand("<afile>:t") != "configure.in" |
31 \ exe "doau filetypedetect BufRead " . fnameescape(expand("<afile>:r")) |
46 if expand("<amatch>") !~ g:ft_ignore_pat
124 \ if expand("<afile>") !~? 'Makefile.am\>' | setf elf | endif
1025 \ if expand("<afile>") !~? 'html.m4$\|fvwm2rc' | setf m4 | endif
1031 au BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,mutt{ng,}-*-\w\+,mutt[[:alnum:]_-]\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail
1033 " Mail aliases
1034 au BufNewFile,BufRead /etc/mail/aliase
[all...]

Completed in 103 milliseconds