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 536230a commit f9f76e4Copy full SHA for f9f76e4
pdb-mode.el
@@ -994,7 +994,7 @@ C-M-pageup and C-M-pagedown jump to the previous/next chain."
994
(interactive "r" )
995
(pdb-sub-defineregion b e)
996
(while (< (point) e)
997
- (re-search-forward "^\\(ATOM \\|HETATM\\)..... .H.*$" e 1 nil)
+ (re-search-forward "^\\(ATOM \\|HETATM\\)..... .?H.*$" e 1 nil)
998
(if (< (point) e)
999
(progn
1000
(beginning-of-line)
0 commit comments