VirtualBox

Changeset 3499 in kBuild


Ignore:
Timestamp:
May 10, 2021 7:18:13 PM (4 years ago)
Author:
bird
Message:

SlickEdit/kkeys.e: A little correction to the right-word deletion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlickEdit/kkeys.e

    r3498 r3499  
    159159      /* Delete word and any trailing spaces, but stop at new line.
    160160         (Don't use delete_word here!) */
    161       if (search('(:v|?)[ \t]@','r+') == 0)
     161      if (search('([[:alnum:]_]#|?)[ \t]@','r+') == 0)
    162162      {
    163163         _nrseek(match_length('s'));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette