remove trialing spaces #2

This commit is contained in:
Grissiom
2010-09-18 10:18:26 +08:00
parent f529b2e057
commit 70322077d2
127 changed files with 1457 additions and 1457 deletions

View File

@@ -6,7 +6,7 @@ function __fish_paginate -d "Paginate the current command using the users defaul
end
if commandline -j|grep -v "$cmd *\$" >/dev/null
commandline -aj "|$cmd;"
end