Timeline for Replace using VIM, reuse part of the search pattern
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Nov 18, 2017 at 0:54 | history | suggested | Starman | CC BY-SA 3.0 | The default for vim is "magic", which makes the command as typed look for a physical *, rather than the author's intended meaning of "repeat the last any-character". I fixed it to the standard usage, the other option is to put a \M or \V (nomagic or Very nomagic) before the *. |
| Nov 17, 2017 at 19:01 | review | Suggested edits | |||
| S Nov 18, 2017 at 0:54 | |||||
| S Mar 20, 2017 at 19:49 | history | suggested | guntbert | CC BY-SA 3.0 | formatting of code |
| Mar 20, 2017 at 19:35 | review | Suggested edits | |||
| S Mar 20, 2017 at 19:49 | |||||
| Mar 20, 2017 at 19:34 | review | Late answers | |||
| Mar 20, 2017 at 19:42 | |||||
| Mar 20, 2017 at 19:23 | review | First posts | |||
| Mar 20, 2017 at 19:35 | |||||
| Mar 20, 2017 at 19:19 | history | answered | yagad | CC BY-SA 3.0 |