Changeset 2411
- Timestamp:
- Apr 25, 2011, 6:10:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/clipbrd.e ¶
r2398 r2411 5 5 * Copyright (c) Netlabs EPM Distribution Project 2002 6 6 * 7 * $Id: clipbrd.e,v 1.1 3 2009-10-26 23:12:02aschn Exp $7 * $Id: clipbrd.e,v 1.14 2011-04-25 16:10:44 aschn Exp $ 8 8 * 9 9 * =========================================================================== … … 322 322 call psave_mark(savemark) -- Save the user's mark 323 323 call GetBuffCommon( result, NOTHING_TO_PASTE__MSG, chr(mark)) 324 -- Two cases join here, in the middle of this IF statement.325 324 call prestore_mark(savemark) -- Restore the user's mark 325 326 -- Fix: Move to char after the pasted text, not to the last char of 327 -- the pasted text, to behave like other editors 328 if .col > 1 then 329 .col = .col + 1 330 endif 331 326 332 else 327 333 oldsize = .last
Note:
See TracChangeset
for help on using the changeset viewer.