Skip to content

Commit

Permalink
Merge pull request #9 from desdic/v0.10
Browse files Browse the repository at this point in the history
Fix: Remove deprecated functions
  • Loading branch information
desdic authored May 18, 2024
2 parents 49d17cd + 9680994 commit f802e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
rev: nightly/nvim-linux64.tar.gz
- os: ubuntu-22.04
rev: v0.9.0/nvim-linux64.tar.gz
- os: ubuntu-24.04
rev: v0.10.0/nvim-linux64.tar.gz
steps:
- uses: actions/checkout@v4
- run: date +%F > todays-date
Expand Down
2 changes: 1 addition & 1 deletion lua/marlin/datafile.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}

local uv = vim.loop or vim.uv
local uv = vim.uv

M.read_config = function(datafile)
local fd = uv.fs_open(datafile, "r", 438)
Expand Down

0 comments on commit f802e44

Please sign in to comment.