<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/background_scripts, branch 1.54</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Revert "Enable edit mode."</title>
<updated>2016-01-29T06:30:32+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-01-29T06:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a65ca68a0011fd8f9ab1282db8e85476633c0956'/>
<id>a65ca68a0011fd8f9ab1282db8e85476633c0956</id>
<content type='text'>
This reverts commit e975633f3ee8da9e01c332b2dcdb8422d5f941d8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e975633f3ee8da9e01c332b2dcdb8422d5f941d8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable edit mode.</title>
<updated>2016-01-26T14:19:32+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-01-26T14:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e975633f3ee8da9e01c332b2dcdb8422d5f941d8'/>
<id>e975633f3ee8da9e01c332b2dcdb8422d5f941d8</id>
<content type='text'>
This re-enables edit-mode (`gv`).  The code for this has been present in
`master` for quite some time, but has been disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This re-enables edit-mode (`gv`).  The code for this has been present in
`master` for quite some time, but has been disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "beta" label from visual-mode commands.</title>
<updated>2016-01-26T14:14:22+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-01-26T14:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3e6fbe825c2c5e04a94b545f81f21a7f99faca74'/>
<id>3e6fbe825c2c5e04a94b545f81f21a7f99faca74</id>
<content type='text'>
These seem to be working fine, we can commit to them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These seem to be working fine, we can commit to them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation so that `openerTabId` takes effect</title>
<updated>2015-11-20T18:59:03+00:00</updated>
<author>
<name>Gábor Luk</name>
</author>
<published>2015-11-20T18:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=6ad77ebf36815df6d484627e2bca42e6fde7be91'/>
<id>6ad77ebf36815df6d484627e2bca42e6fde7be91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1086 from mrmr1993/countMatches</title>
<updated>2015-09-21T06:41:36+00:00</updated>
<author>
<name>Phil Crosby</name>
</author>
<published>2015-09-21T06:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b2a194a58def7a3b1084a6f338bb48d6edd9397b'/>
<id>b2a194a58def7a3b1084a6f338bb48d6edd9397b</id>
<content type='text'>
Rework to make match counting code for searches more DRY and easier to read</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rework to make match counting code for searches more DRY and easier to read</pre>
</div>
</content>
</entry>
<entry>
<title>Load UIComponent stylesheet via XMLHttpRequest, use background as needed</title>
<updated>2015-09-18T17:45:41+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-09-18T17:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2c6d67c05b6ef57aabda288a164dd2885894ae89'/>
<id>2c6d67c05b6ef57aabda288a164dd2885894ae89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in #1828.</title>
<updated>2015-09-17T09:24:01+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-17T09:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=37ba00af0e89641d0c54c19968c8986719eecde1'/>
<id>37ba00af0e89641d0c54c19968c8986719eecde1</id>
<content type='text'>
In #1828, we (I) broke the fact that `gt` and `gT` should be able to
wrap around at the ends (so, for example, `gt` on the right-most tab
should take you to the first).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In #1828, we (I) broke the fact that `gt` and `gT` should be able to
wrap around at the ends (so, for example, `gt` on the right-most tab
should take you to the first).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add &lt;count&gt; prefix for g0 and g$.</title>
<updated>2015-09-17T05:43:16+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-17T05:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9ab3f42533c0ec30decac8fd84c9decc690e3afd'/>
<id>9ab3f42533c0ec30decac8fd84c9decc690e3afd</id>
<content type='text'>
`2g0` takes you to the second tab.
`2g$` takes you to the second last tab.

This gives us `gt`/`gT` for relative tab selection and `g0`/`g$` for absolute tab selection.

`&lt;count&gt;` previously had no special meaning for `g0` and `g$`, and it's not clear it could have any other meaning than that implemented here.

Fixes #1298 (kind of).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`2g0` takes you to the second tab.
`2g$` takes you to the second last tab.

This gives us `gt`/`gT` for relative tab selection and `g0`/`g$` for absolute tab selection.

`&lt;count&gt;` previously had no special meaning for `g0` and `g$`, and it's not clear it could have any other meaning than that implemented here.

Fixes #1298 (kind of).
</pre>
</div>
</content>
</entry>
<entry>
<title>Move escaping regex special chars to its own utility function</title>
<updated>2015-09-11T12:26:31+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-09-11T12:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ce2809a76e08780955198c11fc63eb990cd575cf'/>
<id>ce2809a76e08780955198c11fc63eb990cd575cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix moveTab for pinned tabs.</title>
<updated>2015-09-11T03:58:31+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-11T03:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8587fcd8ca019c94d685701412764205ede2124f'/>
<id>8587fcd8ca019c94d685701412764205ede2124f</id>
<content type='text'>
Fixes #1814.

(This fixes a problem that was introduced in the "fix" of #1727.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1814.

(This fixes a problem that was introduced in the "fix" of #1727.)
</pre>
</div>
</content>
</entry>
</feed>
