Skip to content

Commit

Permalink
Fix: Remove deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed May 18, 2024
1 parent 49d17cd commit 9680994
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 9680994

Please sign in to comment.