mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:50:04 +08:00
Compare commits
2 Commits
24ca491c53
...
08719ccab2
Author | SHA1 | Date | |
---|---|---|---|
|
08719ccab2 | ||
|
fc4714f6f6 |
BIN
bundle/vim-javacomplete2/libs/javaparser-core-3.5.20.jar
Normal file
BIN
bundle/vim-javacomplete2/libs/javaparser-core-3.5.20.jar
Normal file
Binary file not shown.
BIN
bundle/vim-javacomplete2/libs/javavi_log4j-api.jar
Normal file
BIN
bundle/vim-javacomplete2/libs/javavi_log4j-api.jar
Normal file
Binary file not shown.
BIN
bundle/vim-javacomplete2/libs/javavi_log4j-core.jar
Normal file
BIN
bundle/vim-javacomplete2/libs/javavi_log4j-core.jar
Normal file
Binary file not shown.
@ -133,7 +133,9 @@ local function format_displaystring(map)
|
||||
end
|
||||
|
||||
local display = vim.g['leaderGuide#displayname']
|
||||
vim.cmd('unlet g:leaderGuide#displayname')
|
||||
if vim.g['leaderGuide#displayname'] then
|
||||
vim.cmd('unlet g:leaderGuide#displayname')
|
||||
end
|
||||
return display
|
||||
end
|
||||
|
||||
@ -271,7 +273,7 @@ local function start_parser(key, dict)
|
||||
mapd.lhs = cmp.fn.substitute(mapd.lhs, key, '', '')
|
||||
mapd.lhs = cmp.fn.substitute(mapd.lhs, '<Space>', ' ', 'g')
|
||||
mapd.lhs = cmp.fn.substitute(mapd.lhs, '<Tab>', '<C-I>', 'g')
|
||||
mapd.rhs = cmp.fn.substitute(mapd.rhs, '<SID>', '<SNR>' .. mapd['sid'] .. '_', 'g')
|
||||
mapd.rhs = cmp.fn.substitute(mapd.rhs, '<SID>', '<SNR>' .. (mapd['sid'] or '') .. '_', 'g')
|
||||
if mapd.lhs ~= '' and mapd.display ~= 'LeaderGuide.*' then
|
||||
mapd.lhs = string_to_keys(mapd.lhs)
|
||||
if
|
||||
|
Loading…
Reference in New Issue
Block a user