Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:vim:creating_php_function_list_file [2009/08/15 12:14] – created billh | docs:vim:creating_php_function_list_file [2009/08/15 15:53] (current) – billh | ||
---|---|---|---|
Line 14: | Line 14: | ||
: | : | ||
</ | </ | ||
- | | + | - remove the ' |
- | | + | : |
- | : | + | |
</ | </ | ||
- to create the dictionary, run< | - to create the dictionary, 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/' /'/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 ~/ | ||
</ | </ |