issues Search Results · repo:pangloss/vim-javascript language:"Vim Script"
Filter by
500 results
(71 ms)500 results
inpangloss/vim-javascript (press backspace or delete to remove)The code syntax after a template string was highlighted as a string incorrectly. Below is the snapshot:
image
The minimal vim config
call plug#begin( ~/.vim/plugged )
Plug pangloss/vim-javascript ...
yuezk
- 3
- Opened on Jul 18, 2019
- #1177
Requisite minimal reproducible example, formatted as plain text :
This text doesn t format properly:
getFromIds = (ids) =
this.request().filterOneOf(ids.map((id) = `Id eq ${id}`));
Here it is ...
redreceipt
- 2
- Opened on Jul 9, 2019
- #1176
I ve attached a gist to use as an example
https://gist.github.com/amadeus/139a4a8d711a18444b0699bdea2ea27c
If you put your cursor on line 6001, and press o to jump into insert mode on a new line, it ...
amadeus
- 6
- Opened on Jun 28, 2019
- #1174
Just noticed this after a recent update (maybe in the past week or so?):
img width= 155 alt= Screen Shot 2019-06-18 at 10 05 20 PM src=
https://user-images.githubusercontent.com/717799/59733937-30ab1e00-9215-11e9-8640-9e45ffdefd4c.png ...
mcmillion
- 4
- Opened on Jun 19, 2019
- #1173
The following two are all executing gg=G command.
vim 7.4.1099
image
vim 8.1.1476
image
unihon
- 1
- Opened on Jun 6, 2019
- #1172
With master branch, indention is incorrect:
foo: function() {
// indention starts here
}
With branch v1.1.2 , indention is correct with 2 spaces:
foo: function() {
// indention starts ...
dman777
- 8
- Opened on May 6, 2019
- #1169
Using the v1.2.2 and Vim 8.*
This is just native JS, I am not getting a indention when it is a newline inside brackets. For example:
module.exports = {
foo,
};
foo should be indented 2 spaces. Any ideas ...
dman777
- 1
- Opened on May 4, 2019
- #1168
table tr th Test case /th th Renders as /th tr
tr td
export default class Test {
test = test Test /test
}
/td td
/td /tr
tr td
const test =
myFunction( test Test /test );
/td td
/td /tr ...
pbondoer
- 1
- Opened on Apr 19, 2019
- #1167
I m messing around with overriding some highlight groups and I m noticing that jsDestructuringBraces does include array
destructuring symbols ([ and ]), which is fine, but jsDestructuringNoise only includes ...
tandrewnichols
- 1
- Opened on Apr 16, 2019
- #1166

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!
Restrict your search to the title by using the in:title qualifier.