issues Search Results · repo:pangloss/vim-javascript language:"Vim Script"
Filter by
500 results
(80 ms)500 results
inpangloss/vim-javascript (press backspace or delete to remove)I have had this issue for some time and only just tracked down the config that causes it.
When I have vim-javascript enabled and set foldmethod=syntax enabled, any attempt to paste will freeze vim.
If ...
jayk
- 3
- Opened on Mar 12
- #1257
I have stumbled upon the following issue with the javascript indentation:
Let s assume that I have the following function with inconsistent indenting:
function hello(loc){
console.log( hello ,loc); ...
Sec42
- Opened on Apr 29, 2024
- #1255
class Test
{
static
{
console.log( here );
}
} // This is highlighted as an error. Removing the } on the previous line fixes it.
I tried a .vimrc that only does syntax enable and ...
blmatthews
- Opened on Dec 27, 2022
- #1254
img width= 656 alt= Screen Shot 2022-08-19 at 11 15 54 src=
https://user-images.githubusercontent.com/66351806/185535410-079e6e68-8f05-45f6-b855-425f80f0b881.png
I just wrote these into my .vimrc but ...
theFG1998
- 1
- Opened on Aug 19, 2022
- #1253
I m using coc-volar and vim-javascript. If only use coc-volar, it can detect script lang= ts as typescript correctly,
but if use vim-javascript + coc-volar, vim-javascript detected script lang= ts as ...
mcpeng
- 1
- Opened on Aug 15, 2022
- #1252
Description
This happens with all plugins disabled other than vim-javascript.
When attempting to create a typedef that documents the inner member of a class, it seems to work unless I use a tilde ~
as ...
jrhalchak
- Opened on Aug 15, 2022
- #1251
Shouldn t highlight for arrow function name be same as normal function name?
Screen Shot 2022-06-03 at 09 28 47
Here sum and sumOne has different highlights.
maharjanaman
- 1
- Opened on Jun 3, 2022
- #1247
Class static initialization blocks break highlighting: js-class-static
Example from MDN:
class ClassWithStaticInitializationBlock {
static staticProperty1 = Property 1 ;
static staticProperty2; ...
tuberry
- 1
- Opened on Feb 25, 2022
- #1245

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.