Searched +refs:mh +refs:alias +refs:add +refs:alias +refs:to +refs:file (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
52 " don't need to do anything more
73 " Internal solution for finding classes in current file.
74 let file = getline(1, '$')
75 call filter(file,
78 let jfile = join(file, ' ')
88 " Prepare list of classes from tags file
96 " [:space:] thing: we don't have to be so strict when
119 call add(res, m)
132 " Internal solution for current file
[all...]

Completed in 173 milliseconds