File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ local M = {}
22
33local default_counter
44
5- -- FIXME: Switch to joinpath for more elegance once we stop supporting <0.10
6- local DATA_PATH = vim .fn .stdpath (" data" ) .. " /debugprint"
5+ local DATA_PATH = vim .fs .joinpath (vim .fn .stdpath (" data" ), " debugprint" )
76local COUNTER_FILE = DATA_PATH .. " /counter"
87
98--- @return string
Original file line number Diff line number Diff line change 7474-- within one NeoVim session
7575vim .notify_once = vim .notify
7676
77- -- FIXME: Switch to joinpath for more elegance once we stop supporting <0.10
78- local DATA_PATH = vim .fn .stdpath (" data" ) .. " /debugprint"
77+ local DATA_PATH = vim .fs .joinpath (vim .fn .stdpath (" data" ), " debugprint" )
7978local COUNTER_FILE = DATA_PATH .. " /counter"
8079
8180local ALWAYS_PROMPT_KEYMAP = {
You can’t perform that action at this time.
0 commit comments