diff options
Diffstat (limited to 'after/indent')
-rw-r--r-- | after/indent/javascript-2.vim | 2 | ||||
-rw-r--r-- | after/indent/php.vim | 2 | ||||
-rw-r--r-- | after/indent/typescript.vim | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/after/indent/javascript-2.vim b/after/indent/javascript-2.vim index ad32e284..6037664a 100644 --- a/after/indent/javascript-2.vim +++ b/after/indent/javascript-2.vim @@ -2,7 +2,7 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'graphql', 'after/indent/javas finish endif -" Copyright (c) 2016-2020 Jon Parise <jon@indelible.org> +" Copyright (c) 2016-2021 Jon Parise <jon@indelible.org> " " Permission is hereby granted, free of charge, to any person obtaining a copy " of this software and associated documentation files (the "Software"), to diff --git a/after/indent/php.vim b/after/indent/php.vim index 65534a8c..7ed602f8 100644 --- a/after/indent/php.vim +++ b/after/indent/php.vim @@ -2,7 +2,7 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'graphql', 'after/indent/php.v finish endif -" Copyright (c) 2016-2020 Jon Parise <jon@indelible.org> +" Copyright (c) 2016-2021 Jon Parise <jon@indelible.org> " " Permission is hereby granted, free of charge, to any person obtaining a copy " of this software and associated documentation files (the "Software"), to diff --git a/after/indent/typescript.vim b/after/indent/typescript.vim index ba107504..08c1e991 100644 --- a/after/indent/typescript.vim +++ b/after/indent/typescript.vim @@ -2,7 +2,7 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'graphql', 'after/indent/types finish endif -" Copyright (c) 2016-2020 Jon Parise <jon@indelible.org> +" Copyright (c) 2016-2021 Jon Parise <jon@indelible.org> " " Permission is hereby granted, free of charge, to any person obtaining a copy " of this software and associated documentation files (the "Software"), to |