<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/diff-corrections/plugin, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>diff-corrections: Apply diff corrections on BufEnter</title>
<updated>2023-12-08T23:20:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-08T21:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=0e40dbd6cd88228127eaec0e50290236bf573644'/>
<id>0e40dbd6cd88228127eaec0e50290236bf573644</id>
<content type='text'>
Ensure that diff corrections are applied in a `vimdiff` context, where
we haven't run `:diffthis` manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that diff corrections are applied in a `vimdiff` context, where
we haven't run `:diffthis` manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff_corrections: Use better autocmds</title>
<updated>2019-06-07T22:20:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-07T22:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=1f7b977e7568d0759131c5f91459661f3e030691'/>
<id>1f7b977e7568d0759131c5f91459661f3e030691</id>
<content type='text'>
Thanks to Christian Brabandt
(https://vi.stackexchange.com/users/71/christian-brabandt) for
describing better autocmds for detecting diff mode:
https://vi.stackexchange.com/questions/12847/automatically-disable-cursorline-when-in-diff-mode/12852#12852

And for making the patch
(https://github.com/vim/vim/commit/04f62f881c5743d2fdaf7324f6a715381f0d5fcf)
that allows diff mode to be detected with the OptionSet event.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Christian Brabandt
(https://vi.stackexchange.com/users/71/christian-brabandt) for
describing better autocmds for detecting diff mode:
https://vi.stackexchange.com/questions/12847/automatically-disable-cursorline-when-in-diff-mode/12852#12852

And for making the patch
(https://github.com/vim/vim/commit/04f62f881c5743d2fdaf7324f6a715381f0d5fcf)
that allows diff mode to be detected with the OptionSet event.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff-corrections: Don't load if the lambda feature isn't available</title>
<updated>2019-05-17T20:59:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-17T20:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=d9f940343daacfd547d9000b8664f06908a9b8e4'/>
<id>d9f940343daacfd547d9000b8664f06908a9b8e4</id>
<content type='text'>
I wrote the `s:SaveCommentColor()` function using a lambda for
`filter()`ing. However, not all Vims have `lambda` support. And it
doesn't exist before Vim 7.4 I think. Use this guard to avoid causing
errors on startup for those Vims without lambdas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wrote the `s:SaveCommentColor()` function using a lambda for
`filter()`ing. However, not all Vims have `lambda` support. And it
doesn't exist before Vim 7.4 I think. Use this guard to avoid causing
errors on startup for those Vims without lambdas.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff-corrections/plugin: Add load guard</title>
<updated>2019-05-17T20:51:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-17T20:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=b2f94159f0cd922259847727b917a6271a4b6be3'/>
<id>b2f94159f0cd922259847727b917a6271a4b6be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/diff_corrections.vim: Increase 'tabpagemax' to 200</title>
<updated>2019-05-17T18:51:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-17T18:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=7d2e4fb741f9d99186bb0dd740f26cc853f69d7d'/>
<id>7d2e4fb741f9d99186bb0dd740f26cc853f69d7d</id>
<content type='text'>
The default is 10. Set it to a ridiculously large number so that we can
open one tab per file during a code review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default is 10. Set it to a ridiculously large number so that we can
open one tab per file during a code review.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff-corrections: Move corrections to `autoload`</title>
<updated>2019-05-10T22:02:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-10T22:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=4f2dc2a1692568deb65b677188d38d666cbd469d'/>
<id>4f2dc2a1692568deb65b677188d38d666cbd469d</id>
<content type='text'>
Makes the code a little nicer and more extensible without the line
continuations.

Only change the highlight colour for the 'twilight256' colour scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the code a little nicer and more extensible without the line
continuations.

Only change the highlight colour for the 'twilight256' colour scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'diff-corrections' to adjust settings during diff mode</title>
<updated>2019-05-10T21:57:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-10T21:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=e4a1cf9aa0d4cefcd8d54bfab724c77f92299e5c'/>
<id>e4a1cf9aa0d4cefcd8d54bfab724c77f92299e5c</id>
<content type='text'>
* Changes `Comment` colour for better readability on red backgrounds.
* Turns of 'cursorline' so that diff background highlighting doesn't
  get shadowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Changes `Comment` colour for better readability on red backgrounds.
* Turns of 'cursorline' so that diff background highlighting doesn't
  get shadowed.
</pre>
</div>
</content>
</entry>
</feed>
