Skip to content

Commit

Permalink
Remove vim lines
Browse files Browse the repository at this point in the history
Closes #26
  • Loading branch information
coke committed Mar 11, 2023
1 parent c8b5c80 commit 9797698
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 40 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for rakudoc

{{$NEXT}}
- Remove vim lines

0.2.5 2023-03-11T15:02:51-05:00
- Switch to zef ecosystem
Expand Down
2 changes: 0 additions & 2 deletions t/00-load.t
Expand Up @@ -4,5 +4,3 @@ plan 2;

use-ok('Rakudoc');
use-ok('Rakudoc::CMD');

# vim:ft=raku sw=4 et:
2 changes: 0 additions & 2 deletions t/01-cmd.t
Expand Up @@ -46,5 +46,3 @@ sub run-test($args) {

($result, ~$out, ~$err);
}

# vim:ft=raku sw=4 et:
2 changes: 0 additions & 2 deletions t/03-documentable.t
Expand Up @@ -43,5 +43,3 @@ subtest "type" => {
like $rakudoc.render($doc), rx:s/class Any/,
"def = 'notfound' shows full doc";
}

# vim:ft=raku sw=4 et:
2 changes: 0 additions & 2 deletions t/05-index.t
Expand Up @@ -65,5 +65,3 @@ subtest 'Validate lookup of every def', {
diag "{.key.raku}\n{.value.raku}\n" for @entries Z=> @texts;
}
}

# vim:ft=raku sw=4 et:
2 changes: 0 additions & 2 deletions t/test-doc/404.pod6
Expand Up @@ -64,5 +64,3 @@ Raku compiler developers may also be interested in
<p>Part of this official documentation has been translated into Chinese. Here's the <a href='https://github.com/ohmycloud/perl6doc-zh/blob/master/index.adoc'>index to the pages that have been translated</a>.</p>
=end Html

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/HomePage.pod6
Expand Up @@ -50,5 +50,3 @@ Raku compiler developers may also be interested in
</p>
<p>Part of this official documentation has been translated into Chinese. Here's the <a href='https://github.com/ohmycloud/perl6doc-zh/blob/master/index.adoc'>index to the pages that have been translated</a>.</p>
=end Html

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Language/operators.pod6
Expand Up @@ -24,5 +24,3 @@ X<Range operator>: Constructs a L<Range|/type/Range> from the arguments.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Native/int.pod6
Expand Up @@ -35,5 +35,3 @@ Defined as
multi sub mro(*@list --> Seq:D)
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Programs/01-debugging.pod6
Expand Up @@ -8,5 +8,3 @@ There are at least two useful debuggers available for Rakudo, the Perl 6
compiler.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Programs/02-reading-docs.pod6
Expand Up @@ -13,5 +13,3 @@ References like this X<no meta part|multi, meta;part>.
This reference does not have meta part X<nometa>
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Any.pod6
Expand Up @@ -31,5 +31,3 @@ Defined as
multi sub mro(*@list --> Seq:D)
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Array.pod6
Expand Up @@ -10,5 +10,3 @@ An C<Array> is a L<List|/type/List> which forces all its elements to be
scalar containers, which means you can assign to array elements.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Associative.pod6
Expand Up @@ -15,5 +15,3 @@ Defined as:
method of()
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Cancellation.pod6
Expand Up @@ -10,5 +10,3 @@ A low level part of the Perl 6 L<concurrency|/language/concurrency#Schedulers>
system.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Cool.pod6
Expand Up @@ -16,5 +16,3 @@ Defined as:
method abs()
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Hash.pod6
Expand Up @@ -15,5 +15,3 @@ Defined as:
multi method classify-list(&mapper, *@list, :&as --> Hash:D)
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/Map.pod6
Expand Up @@ -15,5 +15,3 @@ Defined as:
method new(*@args)
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/X/IO.pod6
Expand Up @@ -54,5 +54,3 @@ All definitions below should be indexed as valid definitions, following => https
=head2 trait is export
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions t/test-doc/Type/independent-routines.pod6
Expand Up @@ -16,5 +16,3 @@ Defined as:
Exits the current process with return code C<$status>.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2 changes: 0 additions & 2 deletions xt/00-meta.t
Expand Up @@ -4,5 +4,3 @@ use Test::META;
plan 1;

meta-ok;

# vim:ft=raku sw=4 et:

0 comments on commit 9797698

Please sign in to comment.