mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 11:34:46 +08:00
Oops
This commit is contained in:
@@ -325,10 +325,10 @@ function! zencoding#util#lorem(count)
|
|||||||
call add(ret, word)
|
call add(ret, word)
|
||||||
if (sentence > 5 && s:rand() < 10000) || i == c - 1
|
if (sentence > 5 && s:rand() < 10000) || i == c - 1
|
||||||
if i == c - 1
|
if i == c - 1
|
||||||
let endc = "?!,..."[s:rand() % 6]
|
let endc = "?!..."[s:rand() % 5]
|
||||||
call add(ret, endc)
|
call add(ret, endc)
|
||||||
else
|
else
|
||||||
let endc = "?!..."[s:rand() % 5]
|
let endc = "?!,..."[s:rand() % 6]
|
||||||
call add(ret, endc . ' ')
|
call add(ret, endc . ' ')
|
||||||
endif
|
endif
|
||||||
if endc != ','
|
if endc != ','
|
||||||
|
|||||||
Reference in New Issue
Block a user