Skip to content

Commit

Permalink
Fix generate source script and generate sources
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Dec 17, 2023
1 parent 33778e8 commit b6306f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto generated for nvim v0.10.0-dev
// Auto generated for nvim v0.9.4
// See bin/generate_autocmds.py

enum NvimAutoCommandEvent: String {
Expand Down Expand Up @@ -75,10 +75,7 @@ enum NvimAutoCommandEvent: String {
case insertleavepre = "insertleavepre"
case lspattach = "lspattach"
case lspdetach = "lspdetach"
case lsprequest = "lsprequest"
case lspnotify = "lspnotify"
case lsptokenupdate = "lsptokenupdate"
case lspprogress = "lspprogress"
case menupopup = "menupopup"
case modechanged = "modechanged"
case optionset = "optionset"
Expand All @@ -88,7 +85,6 @@ enum NvimAutoCommandEvent: String {
case recordingenter = "recordingenter"
case recordingleave = "recordingleave"
case remotereply = "remotereply"
case safestate = "safestate"
case searchwrapped = "searchwrapped"
case sessionloadpost = "sessionloadpost"
case shellcmdpost = "shellcmdpost"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Auto generated for nvim v0.10.0-dev
// Auto generated for nvim v0.9.4
// See bin/generate_cursor_shape.py

public enum CursorModeShape: String {
Expand Down
2 changes: 1 addition & 1 deletion bin/generate_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main() {
nvim_version="v$major.$minor.$patch$prerelease"
echo "### Using nvim version: $nvim_version"

../NvimServer/NvimServer/bin/build_neovim.sh
../bin/neovim/bin/build_neovim.sh
popd > /dev/null

pushd Neovim
Expand Down

0 comments on commit b6306f5

Please sign in to comment.