From 79f2e85f517db67ae4d0c261a5d7481351b2ac80 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:33:09 +0000 Subject: [chore] bumps modernc/sqlite version to v1.34.2 on our custom fork (#3599) --- vendor/modernc.org/sqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/modernc.org/sqlite/Makefile') diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile index 67a56d389..8b7472ddd 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -57,7 +57,7 @@ clean: edit: @touch log - @if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi + @if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi editor: gofmt -l -s -w . 2>&1 | tee log-editor -- cgit v1.3