mattn / mattn/emmet-vim

The repeat command ('.')

Open
#309 0 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
6.5k
Forks
414
PR merge metrics
No merged PRs in 30d

Description

As far as I can tell vim's repeat command (dot) does not work with emmet.

For example, I can select a line and surround it with a tag. If I select a different line and press '.' I'd expect to get the same tag surround behavior on the new line but nothing happens.

Am I missing something? I have looked through the vim documentation but didn't find anything relevant. My emmet repo is at c790128 and vim is 7.4 on osx.

Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in Vim 7.4 on macOS using emmet-vim at commit c790128: surround one selected line with a tag, select another line, and press '.'. Read Vim's repeat-command behavior alongside emmet-vim's visual-mode surround entry point. Done means the same tag-surround action repeats on the second selection.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, vim
Domain
tooling, web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.