complete_string has the wrong comments in the header (they are the commends from doc_comment.js).
I imagine the comments should look something like:
String completion plugin
When enabled, this plugin will gather (short) strings in your code, and completing when inside a string will try to complete to previously seen strings. Takes a single option, maxLength, which controls the maximum length of string values to gather, and defaults to 15.
complete_string has the wrong comments in the header (they are the commends from doc_comment.js).
I imagine the comments should look something like:
String completion plugin
When enabled, this plugin will gather (short) strings in your code, and completing when inside a string will try to complete to previously seen strings. Takes a single option, maxLength, which controls the maximum length of string values to gather, and defaults to 15.