Handle chars of syntax word which are also flagged as comment delimiters
commit8e7b1af1d708dcf41695cf3fbeff9d35cdb8e5b6
authorAlan Mackenzie <acm@muc.de>
Sun, 30 Oct 2016 17:29:52 +0000 (30 17:29 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 30 Oct 2016 17:29:52 +0000 (30 17:29 +0000)
tree6b6e86f7db8a35d3e554833a2f2a6ba77a3c833d
parenta37eba849eddc41375ad73974f6fcb1258aa8eba
Handle chars of syntax word which are also flagged as comment delimiters

src/syntax.c (scan_sexps_forward): When chars of syntax word are also flagged
as the start/end of two char comment delimiters, recognize a comment delimiter
in preference to a portion of a word.  This fixes bug #24767.
src/syntax.c