aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2011-01-19 06:47:36 +0900
committeranekos2011-01-19 06:47:36 +0900
commitdf62410ad871ea3557672c944954a322afdb9cd5 (patch)
tree46386d3caef8da8201390f83f4fab974bc6fdc96 /twittperator.js
parentf66aafa6df7fd356ef61ec6be7f5e911922a2429 (diff)
downloadvimperator-plugins-df62410ad871ea3557672c944954a322afdb9cd5.tar.bz2
Fix style
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index fe721b0..a5918ec 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -1911,7 +1911,7 @@ let PLUGIN_INFO =
function rt(st)
("retweeted_status" in st ? st.retweeted_status : st);
- function removeNewLine (text)
+ function removeNewLine(text)
text.replace(/\r\n|[\r\n]/g, ' ');
function completer(generator, nort) {