See - that's why I ask for more testing... :)
Change the first left parenthesis as included in the following:
# Now, figure out what to paste back
if ($left =~ /^(\s*(*|+|-|\d+.)\s*)\S+/) {
(The first opening parenthesis now includes the first \s*...
That seems to fix the problem
F-
On Mar 16, 2008, at 11:40 AM, Brian H wrote:
Hi Fletcher,
Thanks so much for looking into this bug. I use your bundle on a daily basis and it is wonderful.
I tested the new sibling command and it no longer strips out any of the "$", but now I found that it will not recognize the level of the list item. If I indent a sibling, the new sibling always resets itself back to the beginning (or top level) of the list, I have to keep manually indenting the level of the list items:
PREVIOUS
- item1
- item2
- item3
- item4
CURRENT
- item1
- item2
- item3
- item4