Skip to content

Commit 0350909

Browse files
committed
bugfix for ghost_text
1 parent 0d6b66d commit 0350909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/easycomplete/ghost_text.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local util = require "easycomplete.util"
22
local log = util.log
33
local console = util.console
4-
local normal_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST0123456789#$_"
4+
local normal_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$_"
55
local global_ghost_tx_ns = vim.api.nvim_create_namespace('global_ghost_tx_ns')
66
local current_ghost_text = ""
77
local M = {}

0 commit comments

Comments
 (0)