mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
366 B

  1. --- ./src/actions.c.orig 2004-02-14 19:05:32.000000000 +0200
  2. +++ ./src/actions.c 2004-02-22 13:46:35.000000000 +0200
  3. @@ -812,6 +812,7 @@
  4. case MARK_A:
  5. case MARKVERT_A:
  6. SET_USER_FLAG(b, c, marking);
  7. + if (!b->marking) return(OK);
  8. print_message(info_msg[STARTMARKED]);
  9. b->mark_is_vertical = (a == MARKVERT_A);
  10. b->block_start_line = b->cur_line;