Howdy Steve,

I just realized I should've sent this to the list, not directly to you. I 
apologize for that.

Just want to let you know about a bug I'm seeing with macro record/play:

Seen on both of the following system configurations:

OS: Linux Mint 9
Cream: 0.42
VIM: 7.2

OS: WinXP Pro w/SP3
Cream: 0.42
VIM: 7.1

To reproduce:
Use the text below, start at line 1 column 1, Shift+F8 (start record).
 1) Control+Shift+Right to select "ALTER "
 2) Delete
 3) End
 4) Backspace
 5) Home
 6) Down
 7) Shift+F8 (end record)
 8) F8 down through the remaining lines

Before:
-------
ALTER USER Annette IDENTIFIED BY 'Annette';
ALTER USER Warren IDENTIFIED BY 'Warren';
ALTER USER Anthony IDENTIFIED BY 'Anthony ';
ALTER USER Preston IDENTIFIED BY 'Preston';
ALTER USER Kelly IDENTIFIED BY 'Kelly ';
ALTER USER Taylor IDENTIFIED BY 'Taylor';
ALTER USER Stiller IDENTIFIED BY 'Stiller';
ALTER USER Dennis IDENTIFIED BY 'Dennis';
ALTER USER Schwart IDENTIFIED BY 'Schwart';

After:
------
USER Annette IDENTIFIED BY 'Annette'
USER Warren IDENTIFIED BY 'Warren'
AUSER Anthony IDENTIFIED BY 'Anthony '
AUSER Preston IDENTIFIED BY 'Preston'
AUSER Kelly IDENTIFIED BY 'Kelly '
AUSER Taylor IDENTIFIED BY 'Taylor'
AUSER Stiller IDENTIFIED BY 'Stiller'
AUSER Dennis IDENTIFIED BY 'Dennis'
AUSER Schwart IDENTIFIED BY 'Schwart'

Notice the recorded Home key does not take the cursor home to column 1, but 
instead takes it to column 2.

This macro works fine in VIM (qa ... @a).

Thanks for your time,
-Clay

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
cream-general mailing list
cream-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to