From: Axel Lin Date: Fri, 13 Sep 2013 03:43:37 +0000 (+0800) Subject: boards.cfg: Fix the comment for invoking tools/reformat.py from vim X-Git-Tag: v2013.10-rc4~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b;p=kernel%2Fu-boot.git boards.cfg: Fix the comment for invoking tools/reformat.py from vim Add the missing bang (!) to execute external command, otherwise it does not work. Signed-off-by: Axel Lin --- diff --git a/boards.cfg b/boards.cfg index dbd8479..9fc77fb 100644 --- a/boards.cfg +++ b/boards.cfg @@ -38,7 +38,7 @@ # It can be used from a shell: # tools/reformat.py -i -d '-' -s 8 boards0.cfg && mv boards0.cfg boards.cfg # It can directly be invoked from vim: -# :%tools/reformat.py -i -d '-' -s 8 +# :%!tools/reformat.py -i -d '-' -s 8 # # Status, Arch, CPU:SPLCPU, SoC, Vendor, Board name, Target, Options, Maintainers ###########################################################################################################