bugvile, a vi-compatible text editor - Bugs: bug #42147, lowercase motion

 
 

bug #42147: lowercase motion

Submitter:  None
Submitted:  Sun 20 Apr 2014 06:13:14 AM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 20 Apr 2014 11:33:37 PM UTC, comment #1: 

It's not a bug (since it is documented):

^A-u
^A-l
^A-~
^A-b
These four operators perform their character transformations on  
rectangular regions, as well as exact or full-line regions.
(uppercase, lowercase, flip-case, and blank, respectively)

That is, these operator only accept counts for the number
of lines which are affected.  (I'm looking at the code now,
to see whether it might be a simple enhancement to allow an
operator "l" to amend this behavior).

Thomas Dickey <dickey>
Group administrator
Sun 20 Apr 2014 06:13:14 AM UTC, original submission:  

(Win)vile (9.8l/m) on both Windows and Linux seems to have a bug in lowercase operator with 'l' motion.

E.g.

1.
^A-l-l on 'H' in:
ABC defGHIJklm NOP
results in:
abc defghijklm nop

2.
'A-l-<count>l results in 'Motion Failed' message.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dickey (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-13 dickey StatusNone Fixed
    2014-04-20 dickey Severity3 - Normal 1 - Wish

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code