Skip to content

Commit

Permalink
Generate sources
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 24, 2024
1 parent 57c931c commit b2b6814
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto generated for nvim v0.10.2
// Auto generated for nvim v0.10.3
// See bin/generate_autocmds.py

enum NvimAutoCommandEvent: String {
Expand Down Expand Up @@ -74,10 +74,10 @@ enum NvimAutoCommandEvent: String {
case insertleavepre
case lspattach
case lspdetach
case lsprequest
case lspnotify
case lsptokenupdate
case lspprogress
case lsprequest
case lsptokenupdate
case menupopup
case modechanged
case optionset
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto generated for nvim v0.10.2
// Auto generated for nvim v0.10.3
// See bin/generate_cursor_shape.py

public enum CursorModeShape: String {
Expand Down
2 changes: 1 addition & 1 deletion RxPack/Sources/RxNeovim/RxNeovimApi.generated.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto generated for nvim version 0.10.2.
// Auto generated for nvim version 0.10.3.
// See bin/generate_api_methods.py

import Foundation
Expand Down

0 comments on commit b2b6814

Please sign in to comment.