<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-nohai/autoload, branch extra-mode-maps</title>
<subtitle>Search commands with nohlsearch</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-nohai/'/>
<entry>
<title>Make visual and operator-pending mode mappings work</title>
<updated>2019-12-19T06:48:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-18T00:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-nohai/commit/?id=9eef44718da202b17d360e5189a8d3b79cf6c74a'/>
<id>9eef44718da202b17d360e5189a8d3b79cf6c74a</id>
<content type='text'>
The existing `s:CRAndNohlsearch()` function doesn't work as-is in visual
or operator-pending modes. Add special handling for these modes that
results in the &lt;CR&gt; command mode mapping behaving differently in order
to support a selection.

TODO: Need to handle `cg/` `cg?`. Currently this inserts
`hlsearch&lt;CR&gt;gv`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing `s:CRAndNohlsearch()` function doesn't work as-is in visual
or operator-pending modes. Add special handling for these modes that
results in the &lt;CR&gt; command mode mapping behaving differently in order
to support a selection.

TODO: Need to handle `cg/` `cg?`. Currently this inserts
`hlsearch&lt;CR&gt;gv`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2019-12-14T19:02:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-14T19:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-nohai/commit/?id=c85ebc483e4ce512edef128a563f7be08f9c6994'/>
<id>c85ebc483e4ce512edef128a563f7be08f9c6994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s:AddMapping(): Silence `:nohlsearch` output</title>
<updated>2019-12-14T17:54:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-14T17:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-nohai/commit/?id=2c9242d8640bbf491bb01274328f71272f322a22'/>
<id>2c9242d8640bbf491bb01274328f71272f322a22</id>
<content type='text'>
The `silent!` command I was using didn't silence the `:nohlsearch`
output after pressing `&lt;CR&gt;`. Use `&lt;silent&gt;` in the mapping instead to
silence it, allowing the Nohai search commands to produce output similar
to the regular `/` and `?` commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `silent!` command I was using didn't silence the `:nohlsearch`
output after pressing `&lt;CR&gt;`. Use `&lt;silent&gt;` in the mapping instead to
silence it, allowing the Nohai search commands to produce output similar
to the regular `/` and `?` commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move functions to autoload/</title>
<updated>2019-12-14T16:32:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-14T16:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-nohai/commit/?id=6d86b086fd480c2403eb93775f72ac67aea41ca1'/>
<id>6d86b086fd480c2403eb93775f72ac67aea41ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
