<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/syntax, branch v0.1.7</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>man.vim: do not assume ftplugin is sourced before syntax</title>
<updated>2016-11-19T18:41:04+00:00</updated>
<author>
<name>Anmol Sethi</name>
<email>anmol@aubble.com</email>
</author>
<published>2016-11-19T06:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7a4d069bccd3d19741d50d64052e386ac4e7cfc8'/>
<id>7a4d069bccd3d19741d50d64052e386ac4e7cfc8</id>
<content type='text'>
Fixes #5574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5574
</pre>
</div>
</content>
</entry>
<entry>
<title>'inccommand': buftype=nofile, restore cursor/view</title>
<updated>2016-11-10T14:48:00+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-11-09T11:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e1217da4617c832afcd7ca90c88b06c200dc23b'/>
<id>2e1217da4617c832afcd7ca90c88b06c200dc23b</id>
<content type='text'>
- Use a standard scratch buffer instead of a new 'buftype', functions
  like curbufIsChanged() already have special handling for scratch bufs.
- Cleanup some stuff from the previous merge.
- Add support for :smagic, :snomagic. Closes #5578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use a standard scratch buffer instead of a new 'buftype', functions
  like curbufIsChanged() already have special handling for scratch bufs.
- Cleanup some stuff from the previous merge.
- Add support for :smagic, :snomagic. Closes #5578
</pre>
</div>
</content>
</entry>
<entry>
<title>'inccommand': rework</title>
<updated>2016-11-08T20:20:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-31T02:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c04ffe866d276d6a6bd9e9c6a8b0dbb71504db7c'/>
<id>c04ffe866d276d6a6bd9e9c6a8b0dbb71504db7c</id>
<content type='text'>
- Eliminate/isolate static/global variables
- Remove special-case parameter from buflist_new()
- Remove special-case ECMD_RESERVED_BUFNR
- To determine when u_undo_and_forget() should be done, check
  b_changedtick instead of a heuristic.
- use mb_string2cells() instead of strlen() to measure the :sub patterns
- call ml_close() before buf_clear_file(). Avoids leaks caught by ASan.

Original patch by:
  Robin Elrharbi-Fleury (Robinhola)
  Audrey Rayé (Adrey06)
  Philémon Hullot (DesbyP)
  Aymeric Collange (aym7)
  Clément Guyomard (Clement0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Eliminate/isolate static/global variables
- Remove special-case parameter from buflist_new()
- Remove special-case ECMD_RESERVED_BUFNR
- To determine when u_undo_and_forget() should be done, check
  b_changedtick instead of a heuristic.
- use mb_string2cells() instead of strlen() to measure the :sub patterns
- call ml_close() before buf_clear_file(). Avoids leaks caught by ASan.

Original patch by:
  Robin Elrharbi-Fleury (Robinhola)
  Audrey Rayé (Adrey06)
  Philémon Hullot (DesbyP)
  Aymeric Collange (aym7)
  Clément Guyomard (Clement0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Incsubsitution feature</title>
<updated>2016-10-30T09:21:18+00:00</updated>
<author>
<name>KillTheMule</name>
<email>KillTheMule@users.noreply.github.com</email>
</author>
<published>2016-08-12T10:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=13841a56b4b4916a2f18e66f97cb6f5e55d40e53'/>
<id>13841a56b4b4916a2f18e66f97cb6f5e55d40e53</id>
<content type='text'>
Originally implemented by

* Clement0
* DesbyP
* aym7
* Adrey06
* Robinhola

in #4811. Major reworkings and bug
fixes by

* bfredl

Most tests suggested by ZyX-l, suggestions for improvements by oni-link.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Originally implemented by

* Clement0
* DesbyP
* aym7
* Adrey06
* Robinhola

in #4811. Major reworkings and bug
fixes by

* bfredl

Most tests suggested by ZyX-l, suggestions for improvements by oni-link.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5483 from Shougo/vim-0648142</title>
<updated>2016-10-24T11:17:41+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-24T11:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fb503d73da49e26a3e44a07cd7c857d9fda9d035'/>
<id>fb503d73da49e26a3e44a07cd7c857d9fda9d035</id>
<content type='text'>
vim-patch 0648142, 91c4937, 06d2d38, 2685212, 269f595</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch 0648142, 91c4937, 06d2d38, 2685212, 269f595</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2016-10-16T16:08:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-16T01:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6fc122e600bae630ccf768baece84fbd17eda81e'/>
<id>6fc122e600bae630ccf768baece84fbd17eda81e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:269f595</title>
<updated>2016-10-15T03:21:13+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-15T03:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c91a0dca02fda46c4b4edbbdfab1a191b2e4fcbd'/>
<id>c91a0dca02fda46c4b4edbbdfab1a191b2e4fcbd</id>
<content type='text'>
Updated runtime files.

https://github.com/vim/vim/commit/269f595f9eef584937e7eae70fde68cdd7da5bcf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files.

https://github.com/vim/vim/commit/269f595f9eef584937e7eae70fde68cdd7da5bcf
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:2685212</title>
<updated>2016-10-15T03:15:36+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-15T03:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f3efb724af8c990f8dbc7e706e70aa7f4d796deb'/>
<id>f3efb724af8c990f8dbc7e706e70aa7f4d796deb</id>
<content type='text'>
Update runtime files.

https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files.

https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:06d2d38</title>
<updated>2016-10-15T03:12:20+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-15T03:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=40f853398ea0e4e94425234c3ed38f057659d3cc'/>
<id>40f853398ea0e4e94425234c3ed38f057659d3cc</id>
<content type='text'>
Updated runtime files.

https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files.

https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:91c4937</title>
<updated>2016-10-15T03:03:57+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-15T02:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=59aa2eb501441a3995d5d81a81157efa2e22a41f'/>
<id>59aa2eb501441a3995d5d81a81157efa2e22a41f</id>
<content type='text'>
Updated runtime files.

https://github.com/vim/vim/commit/91c4937be15b0b743b6bc495df602c1abbff6b87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated runtime files.

https://github.com/vim/vim/commit/91c4937be15b0b743b6bc495df602c1abbff6b87
</pre>
</div>
</content>
</entry>
</feed>
