Skip to content

Commit 49f2c29

Browse files
committed
changed in order to be merged
1 parent c437a3e commit 49f2c29

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

common/locale/en-US/repeat.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,15 @@
7070
<spec>:delmac<oa>ros</oa> <a>args</a></spec>
7171
<spec>:delmac<oa>ros</oa>!</spec>
7272
<description>
73-
<p>
74-
Delete recorded macros matching the regular expression <a>args</a>. If <oa>!</oa> is given
75-
all macros are deleted.
76-
</p>
73+
<p>Delete the specified macros. Macros are presented as a list.</p>
74+
75+
<p>Examples:</p>
76+
77+
<ul>
78+
<li><ex>:delmacros Aa b p</ex> deletes macros A, a, b and p</li>
79+
<li><ex>:delmacros b-p</ex> deletes all macros in the range b to p</li>
80+
<li><ex>:delmacros!</ex> deletes all macros</li>
81+
</ul>
7782
</description>
7883
</item>
7984

vimperator/NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
201x-xx-xx:
2+
* :delmacro matches the syntax and behaviour of :delqmark, e.g. allowing ranges as argument
23
* Stop propagation for keyboard event if that key are contained in -except option on :ignorekeys
34
* Improvements in handling Esc for unfocusing text fields
45
* Closing the last tab of a window now respects the Firefox setting:

0 commit comments

Comments
 (0)