Add C++ member pointer operator to scope autocomplete operators
commit8d3085b61c7b86457acb35c4b298d5afcea17082
authorelextr <elextr@gmail.com>
Thu, 18 Jul 2013 03:00:06 +0000 (18 13:00 +1000)
committerelextr <elextr@gmail.com>
Thu, 18 Jul 2013 03:00:06 +0000 (18 13:00 +1000)
tree326c38f38ac1237870cc52f018009ea91a031c95
parentcac1115ced305f4828cbc49f08c12d95e05d9e85
Add C++ member pointer operator to scope autocomplete operators

C++ member pointers use the syntax ->* so the scope autocomplete
list was showing after -> then disappearing when * was typed.
Fixes #907 h.
src/editor.c