You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated list of `chrome://` completion URLs when `:chrome` is used
6
+
* Fixed issue with `openPasteTab`[#573](https://github.com/1995eaton/chromium-vim/issues/573)
7
+
* Allow global site matches in cVimrc. For example, the following will unmap `j` on all sites:
8
+
```
9
+
site '*://*' {
10
+
unmap j
11
+
}
12
+
```
13
+
* Fix issue with certain hints not showing up (like the GitHub profile icon in the top-right corner of the page).
14
+
4
15
## 1.2.98 (2017-10-13)
5
16
* Fix [#569](https://github.com/1995eaton/chromium-vim/issues/569) (mappings like `map <C-A-M-i> nextTab` would work, but `map <C-M-A-i> nextTab` wouldn't)
6
17
* Let `@"` represent the paste buffer in command bar commands (e.g. `tabnew wikipedia "@` would search Wikipedia for whatever is in the paste buffer)
<li>Updated list of <code>chrome://</code> completion URLs when <code>:chrome</code> is used</li>
25
+
<li>Fixed issue with <code>openPasteTab</code><ahref="https://github.com/1995eaton/chromium-vim/issues/573">#573</a></li>
26
+
<li>Allow global site matches in cVimrc. For example, the following will unmap <code>j</code> on all sites:</li>
27
+
</ul>
28
+
<preclass="hljs"><code>site '*://*' {
29
+
unmap j
30
+
}
31
+
</code></pre>
32
+
<ul>
33
+
<li>Fix issue with certain hints not showing up (like the GitHub profile icon in the top-right corner of the page).</li>
34
+
</ul>
22
35
<h2>1.2.98 (2017-10-13)</h2>
23
36
<ul>
24
37
<li>Fix <ahref="https://github.com/1995eaton/chromium-vim/issues/569">#569</a> (mappings like <code>map <C-A-M-i> nextTab</code> would work, but <code>map <C-M-A-i> nextTab</code> wouldn’t)</li>
0 commit comments