diff mbox

[5/9] manual: Add missing vim header

Message ID 1416068964-22529-5-git-send-email-maxime.hadjinlian@gmail.com
State Accepted
Headers show

Commit Message

Maxime Hadjinlian Nov. 15, 2014, 4:29 p.m. UTC
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 docs/manual/customize-outside-br.txt | 1 +
 docs/manual/customize-patches.txt    | 1 +
 docs/manual/makeusers-syntax.txt     | 1 +
 3 files changed, 3 insertions(+)

Comments

Yann E. MORIN Nov. 19, 2014, 10:17 p.m. UTC | #1
Maxime, All,

On 2014-11-15 17:29 +0100, Maxime Hadjinlian spake thusly:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Some people reported in the past that vim headers were not working on
some distro because they were diabled by default due to security
concerns.

I tested on my Ubuntu, and it works. So

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/customize-outside-br.txt | 1 +
>  docs/manual/customize-patches.txt    | 1 +
>  docs/manual/makeusers-syntax.txt     | 1 +
>  3 files changed, 3 insertions(+)
> 
> diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
> index 1109843..5d63e60 100644
> --- a/docs/manual/customize-outside-br.txt
> +++ b/docs/manual/customize-outside-br.txt
> @@ -1,4 +1,5 @@
>  // -*- mode:doc -*- ;
> +// vim: set syntax=asciidoc:
>  
>  [[outside-br-custom]]
>  === Keeping customizations outside of Buildroot
> diff --git a/docs/manual/customize-patches.txt b/docs/manual/customize-patches.txt
> index a052915..e129a64 100644
> --- a/docs/manual/customize-patches.txt
> +++ b/docs/manual/customize-patches.txt
> @@ -1,4 +1,5 @@
>  // -*- mode:doc -*- ;
> +// vim: set syntax=asciidoc:
>  
>  [[customize-patches]]
>  === Adding project-specific patches
> diff --git a/docs/manual/makeusers-syntax.txt b/docs/manual/makeusers-syntax.txt
> index ecf3eb0..ffdb961 100644
> --- a/docs/manual/makeusers-syntax.txt
> +++ b/docs/manual/makeusers-syntax.txt
> @@ -1,4 +1,5 @@
>  // -*- mode:doc -*- ;
> +// vim: set syntax=asciidoc:
>  
>  [[makeuser-syntax]]
>  == Makeusers syntax documentation
> -- 
> 2.1.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Nov. 22, 2014, 7:15 p.m. UTC | #2
Dear Maxime Hadjinlian,

On Sat, 15 Nov 2014 17:29:20 +0100, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  docs/manual/customize-outside-br.txt | 1 +
>  docs/manual/customize-patches.txt    | 1 +
>  docs/manual/makeusers-syntax.txt     | 1 +
>  3 files changed, 3 insertions(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 1109843..5d63e60 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -1,4 +1,5 @@ 
 // -*- mode:doc -*- ;
+// vim: set syntax=asciidoc:
 
 [[outside-br-custom]]
 === Keeping customizations outside of Buildroot
diff --git a/docs/manual/customize-patches.txt b/docs/manual/customize-patches.txt
index a052915..e129a64 100644
--- a/docs/manual/customize-patches.txt
+++ b/docs/manual/customize-patches.txt
@@ -1,4 +1,5 @@ 
 // -*- mode:doc -*- ;
+// vim: set syntax=asciidoc:
 
 [[customize-patches]]
 === Adding project-specific patches
diff --git a/docs/manual/makeusers-syntax.txt b/docs/manual/makeusers-syntax.txt
index ecf3eb0..ffdb961 100644
--- a/docs/manual/makeusers-syntax.txt
+++ b/docs/manual/makeusers-syntax.txt
@@ -1,4 +1,5 @@ 
 // -*- mode:doc -*- ;
+// vim: set syntax=asciidoc:
 
 [[makeuser-syntax]]
 == Makeusers syntax documentation