dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3044765949d3df3da699f67ef70955d2cbc409ec
parent d1bbb2dbe2c49b93e3add61e90cb005c838f0453
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 25 Apr 2020 00:00:22 +0200

vim: snippets

Former-commit-id: f136de26874712c0d5c8e123571d050c909d6b17
Diffstat:
Mvim/ultisnips/bib.snippets | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/ultisnips/bib.snippets b/vim/ultisnips/bib.snippets @@ -26,7 +26,7 @@ snippet @article "Article" b ?_note = "" } endsnippet -snippet @proceedings "Proceedings from conference" b +snippet @inproceedings "Proceedings from conference" b @inproceedings{${1:ref}, author = "", title = "",