Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1gd/1gD may hangs up forever ...... Bug? #1643

@cs86661

Description

@cs86661
int main()
{
  char *a = "NOT NULL";
  if(a)
  {
    char *b = a;
    printf("%s\n", b);
  }
  else
  {
    char *b = "NULL";
    printf("%s\n", b);
  }

  return 0;
}

When I input "1gd" or "1gD" on "b" variable inside the else block, gVim will hanging up until input Ctrl+C ... :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions