<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/prr-ui/plugin, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>prr-ui: Allow `PrrApprove` and `PrrReject` to be called outside of *.prr</title>
<updated>2023-12-12T22:42:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-12T19:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=cfeee05bb0c327ea3e54ad9846d9eb5da1b443c8'/>
<id>cfeee05bb0c327ea3e54ad9846d9eb5da1b443c8</id>
<content type='text'>
Sometimes I don't have any line comments to make and can go ahead and
accept or reject a change immediately.

In those cases, I want `PrrApprove` and `PrrReject` to be available in
any file type buffer, not just in *.prr buffers.

Additionally, those two commands should automatically do `PrrStart` if
it hasn't been executed manually before, like we already do with
`PrrComment`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes I don't have any line comments to make and can go ahead and
accept or reject a change immediately.

In those cases, I want `PrrApprove` and `PrrReject` to be available in
any file type buffer, not just in *.prr buffers.

Additionally, those two commands should automatically do `PrrStart` if
it hasn't been executed manually before, like we already do with
`PrrComment`.
</pre>
</div>
</content>
</entry>
<entry>
<title>prr-ui: Automatically `PrrStart` on `PrrComment`</title>
<updated>2023-12-08T23:20:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-08T21:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=7c18c103fb5ab16abcd834e7a60bbd55ecc44e09'/>
<id>7c18c103fb5ab16abcd834e7a60bbd55ecc44e09</id>
<content type='text'>
If the Prr session hasn't been started yet, do so automatically when
running `PrrComment`. This lets me comment directly on a line without
having to worry about starting the Prr review beforehand.

Now that I see the code and my earlier TODO, I think I could probably
have made it work without the `s:active` flag. Will have to try removing
it and testing whether that works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the Prr session hasn't been started yet, do so automatically when
running `PrrComment`. This lets me comment directly on a line without
having to worry about starting the Prr review beforehand.

Now that I see the code and my earlier TODO, I think I could probably
have made it work without the `s:active` flag. Will have to try removing
it and testing whether that works.
</pre>
</div>
</content>
</entry>
<entry>
<title>prr-ui: Idea for a command to comment on a line from the code</title>
<updated>2023-12-05T23:51:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-05T21:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=0a2e1a11da108edb13d057feb4ccdfdf20a9fe80'/>
<id>0a2e1a11da108edb13d057feb4ccdfdf20a9fe80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prr-ui: Ensure file is saved before `PrrSubmit`</title>
<updated>2023-11-29T23:05:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-11-29T20:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=0782a9709eab7b4930547f0e4095030b33f9e28c'/>
<id>0782a9709eab7b4930547f0e4095030b33f9e28c</id>
<content type='text'>
Guard against accidentally submitting a stale unsaved code review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guard against accidentally submitting a stale unsaved code review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'prr-ui' plugin</title>
<updated>2023-11-27T22:56:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-11-25T19:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=9d12a790a6c29ea6e90acb88a969c1e372d937ac'/>
<id>9d12a790a6c29ea6e90acb88a969c1e372d937ac</id>
<content type='text'>
Make a plugin to facilitate Prr code reviews from within Vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a plugin to facilitate Prr code reviews from within Vim.
</pre>
</div>
</content>
</entry>
</feed>
