We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138521 commit 56a55ffCopy full SHA for 56a55ff
drupal-mode.el
@@ -239,7 +239,7 @@ should save your files with unix style end of line."
239
(if (and drupal-drush-program
240
(string-match "drush" (symbol-name symbol)))
241
(browse-url
242
- (format-spec drupal-drush-search-url `((?v . ,(replace-regexp-in-string "\.[0-9]+\\'" ".x" drupal-drush-version))
+ (format-spec drupal-drush-search-url `((?v . ,(replace-regexp-in-string ".*-dev" "master" (replace-regexp-in-string "\.[0-9]+\\'" ".x" drupal-drush-version)))
243
(?s . ,symbol))))
244
245
(format-spec drupal-search-url `((?v . ,(drupal-major-version drupal-version))
0 commit comments