git.wincent.com
/
pinnacle.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a8067
)
docs: fix typo in a code comment
author
Greg Hurrell <greg@hurrell.net>
Tue, 13 Oct 2020 21:07:11 +0000
(23:07 +0200)
committer
Greg Hurrell <greg@hurrell.net>
Tue, 13 Oct 2020 21:07:11 +0000
(23:07 +0200)
lua/wincent/pinnacle.lua
patch
|
blob
|
history
diff --git
a/lua/wincent/pinnacle.lua
b/lua/wincent/pinnacle.lua
index c10981e7fe6986b09654fa1f468e208ab82cf47f..585f522accd3158d4fd1ab5945f846534406f4e9 100644
(file)
--- a/
lua/wincent/pinnacle.lua
+++ b/
lua/wincent/pinnacle.lua
@@
-97,7
+97,7
@@
end
-- Extracts a highlight string from a group, recursively traversing
-- linked groups, and returns a string suitable for passing to
--- `:highlight` (effective
n
ly extracts the bit after "xxx").
+-- `:highlight` (effectively extracts the bit after "xxx").
pinnacle.extract_highlight = function(group)
-- We originally relied on:
--