mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix grammaro in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d68a9fe9b1
commit
f34ff01a7a
@ -24,7 +24,7 @@ if v:version >= 702
|
||||
au BufWinEnter * let w:m0=matchadd('LongLine', '\%>80v.\+', -1)
|
||||
|
||||
" Whitespace at the end of a line. This little dance suppresses
|
||||
" of whitespace that has just been typed.
|
||||
" whitespace that has just been typed.
|
||||
au BufWinEnter * let w:m1=matchadd('WhitespaceEOL', '\s\+$', -1)
|
||||
au InsertEnter * call matchdelete(w:m1)
|
||||
au InsertEnter * let w:m2=matchadd('WhitespaceEOL', '\s\+\%#\@<!$', -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user