Changeset 5d4e04 in git
- Timestamp:
- Feb 13, 2017, 5:08:10 PM (6 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1603fbf5a310079971925a15a40f4a287e6be0ef
- Parents:
- 61fc1e3830fd4a8b592475b8c88639f3d860b87d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r61fc1e r5d4e04 111 111 BOOLEAN key_is_regexp = (strchr(str, '*') != NULL); 112 112 113 // try proc help and library help114 if (! key_is_regexp && heOnlineHelp(str)) return;115 113 116 114 heEntry_s hentry; … … 134 132 int found = heReKey2Entry(idxfile, str, &hentry); 135 133 136 // Try to match with str* 134 137 135 if (found == 0) 138 136 { 137 // try proc help and library help 138 if (! key_is_regexp && heOnlineHelp(str)) return; 139 140 // Try to match with str* 139 141 char mkey[MAX_HE_ENTRY_LENGTH]; 140 142 strcpy(mkey, str);
Note: See TracChangeset
for help on using the changeset viewer.