From c8a7122ca9a1391ac09d05cc98762f1c73eb2712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 29 Jun 2022 14:26:14 +0800 Subject: fix #1249 --- script/core/diagnostics/codestyle-check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/core/diagnostics/codestyle-check.lua') diff --git a/script/core/diagnostics/codestyle-check.lua b/script/core/diagnostics/codestyle-check.lua index 34d55ee2..25603b4b 100644 --- a/script/core/diagnostics/codestyle-check.lua +++ b/script/core/diagnostics/codestyle-check.lua @@ -7,7 +7,7 @@ local pformatting = require 'provider.formatting' ---@async return function(uri, callback) - local text = files.getText(uri) + local text = files.getOriginText(uri) if not text then return end -- cgit v1.2.3