To be consistent, add the missing comment for the Set_Highlights()
function after the endfunction just like it is done for the other functions and if statements shown. No functional change.
This commit is contained in:
parent
ede97439aa
commit
a23dc403b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53987
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ function Set_Highlights()
|
|||
highlight default link OverLength ErrorMsg
|
||||
match OverLength /\%71v.\+/
|
||||
return 0
|
||||
endfunction
|
||||
endfunction " Set_Highlights()
|
||||
|
||||
function ShowSpecial()
|
||||
setlocal list listchars=tab:>>,trail:*,eol:$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue