<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-prettier/autoload/prettier/utils/buffer.vim, branch 1.0.0</title>
<subtitle>Fork of vim-prettier with my patches.</subtitle>
<id>http://git.kilabit.info/vim-prettier/atom?h=1.0.0</id>
<link rel='self' href='http://git.kilabit.info/vim-prettier/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/'/>
<updated>2023-10-04T22:25:19Z</updated>
<entry>
<title>refactor: split range getter into two parts</title>
<updated>2023-10-04T22:25:19Z</updated>
<author>
<name>Victor S</name>
<email>victorplentz@gmail.com</email>
</author>
<published>2023-10-04T22:25:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=c194baf8b30a27ed0075ca0eece270431bdaa913'/>
<id>urn:sha1:c194baf8b30a27ed0075ca0eece270431bdaa913</id>
<content type='text'>
Split the function that returns the visual selection range into two parts that
return the start and the end of the range respectively, and use them in the
CLI-command composer. This is part of a plan to use a general object with
details about flags to compose the CLI command.
</content>
</entry>
<entry>
<title>enh: save buffer marks between runs</title>
<updated>2021-06-02T15:27:33Z</updated>
<author>
<name>Rodrigo Gonzalez</name>
<email>rodrigolive@gmail.com</email>
</author>
<published>2021-06-02T15:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=4d5d001d9302a7a1f8e115ebaf67f25406cc6abd'/>
<id>urn:sha1:4d5d001d9302a7a1f8e115ebaf67f25406cc6abd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #244</title>
<updated>2020-10-16T13:44:54Z</updated>
<author>
<name>Okan Karaman</name>
<email>okan@codeventure.com.tr</email>
</author>
<published>2020-10-16T13:44:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=aa3e9420796a73b3233c8754eb401b958b1b45e0'/>
<id>urn:sha1:aa3e9420796a73b3233c8754eb401b958b1b45e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>issues/184-fixing-undo-step - fixing linting</title>
<updated>2019-09-14T05:27:16Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2019-09-14T05:27:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=46fd3290d1c69fb394a79e5174e7c1aa69b885c0'/>
<id>urn:sha1:46fd3290d1c69fb394a79e5174e7c1aa69b885c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>issues/184-fixing-undo-step - Fixing undo step</title>
<updated>2019-09-14T05:17:33Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2019-09-14T05:17:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=87f217f953b64103e8bef48980c0f002aa0f00c7'/>
<id>urn:sha1:87f217f953b64103e8bef48980c0f002aa0f00c7</id>
<content type='text'>
- in order to bypass vimdefaults we can fake a change prior to
formatting and merging that back to undostack operation
</content>
</entry>
<entry>
<title>issues/184-fixing-undo-step - Writting should not trigger autocomands</title>
<updated>2019-09-14T05:06:26Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2019-09-14T04:55:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=cacdf22fdeef9998d304be2e6330d14b4cd1d3d7'/>
<id>urn:sha1:cacdf22fdeef9998d304be2e6330d14b4cd1d3d7</id>
<content type='text'>
- when formatting files we should not trigger auto commands
</content>
</entry>
<entry>
<title>Merge branch 'master' into release/1.x</title>
<updated>2018-11-05T20:22:31Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2018-11-05T18:04:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=5c55270f015acc803f1adcd12b5715005b34abe8'/>
<id>urn:sha1:5c55270f015acc803f1adcd12b5715005b34abe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding documentation for prettier partial formatting</title>
<updated>2018-06-04T06:11:06Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2018-06-04T06:11:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=33d19b72f4f97cccf68b1581f6d33b900bdb4b3c'/>
<id>urn:sha1:33d19b72f4f97cccf68b1581f6d33b900bdb4b3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabling partial formatting but still maintaining support for fragment</title>
<updated>2018-06-04T05:58:24Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2018-05-29T03:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=ec6ede90f3b9948ed7063402189653f8d6721326'/>
<id>urn:sha1:ec6ede90f3b9948ed7063402189653f8d6721326</id>
<content type='text'>
formatting
</content>
</entry>
<entry>
<title>Creating buffer replace and save utils</title>
<updated>2018-05-04T19:48:20Z</updated>
<author>
<name>mitermayer</name>
<email>mitermayer.reis@gmail.com</email>
</author>
<published>2018-05-04T19:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/vim-prettier/commit/?id=0feb9565771ed0210e45e7226edc6d8185a8ce4f'/>
<id>urn:sha1:0feb9565771ed0210e45e7226edc6d8185a8ce4f</id>
<content type='text'>
</content>
</entry>
</feed>
