annotate runtime/ftplugin/javascriptreact.vim @ 30198:f59ce7be667f v9.0.0435

patch 9.0.0435: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/f21d546d8f80b85a1770fc4c9f48f2d92e2e82fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 12:36:00 2022 +0100 patch 9.0.0435: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 13:45:03 +0200
parents bbca88cd13d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21991
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
1 " Vim filetype plugin file
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
2 " Language: JavaScript React
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
3 " Maintainer: Doug Kearns <dougkearns@gmail.com>
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
4 " Last Change: 2020 Aug 19
bbca88cd13d5 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents: 17881
diff changeset
5
17867
180fb9981255 patch 8.1.1930: cannot recognize .jsx and .tsx files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
17881
3b571532be0a patch 8.1.1937: errors when using javascriptreact
Bram Moolenaar <Bram@vim.org>
parents: 17867
diff changeset
7 runtime! ftplugin/javascript.vim