Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:vim:creating_php_function_list_file [2009/08/15 12:30] – billh | docs:vim:creating_php_function_list_file [2009/08/15 15:53] (current) – billh | ||
---|---|---|---|
Line 22: | Line 22: | ||
- remove all non-dictionary lines, run< | - remove all non-dictionary lines, run< | ||
: | : | ||
+ | </ | ||
+ | - FIXME add the other necessary items, such as removing dollar signs and correct the ending parenthesis issue on some lines; then show how to finish the file and what to name it and where to put it; I'm doing the following in a new window and then executing it on the func file< | ||
+ | : | ||
+ | : | ||
+ | : | ||
+ | : | ||
+ | : | ||
+ | :%s/^\n//g | ||
+ | :%s/))/)/g | ||
+ | :%s/' /'/g | ||
+ | :sort | ||
+ | :sort u | ||
+ | |||
+ | (we still need to fix a few bugs and clean up & and " values, maybe fixing open ['s too) | ||
+ | |||
+ | it looks like the file should be called php.vim, and placed in ~/ | ||
</ | </ |