index
:
vim-polyglot
master
polyglot fork - https://github.com/sheerun/vim-polyglot
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-10-17
Make sure polyglot_disable does not skip native vim files, fixes #591
v4.13.5
Adam Stankiewicz
2
-12
/
+15
2020-10-17
Fix tests
v4.13.4
Adam Stankiewicz
18
-14
/
+1298
2020-10-17
Change implementation of observing, fixes #584
Adam Stankiewicz
1
-2
/
+2
2020-10-17
Fix detecting indentation, closes #590
Adam Stankiewicz
1
-3
/
+2
2020-10-16
Handle most warnings
Adam Stankiewicz
1
-1445
/
+3
2020-10-16
Add extensions to the readme
Adam Stankiewicz
2
-135
/
+153
2020-10-16
Use language names instead of filetype names
Adam Stankiewicz
2
-148
/
+156
2020-10-16
Update
Adam Stankiewicz
21
-221
/
+493
2020-10-16
Mention filetypes in the readme
Adam Stankiewicz
2
-144
/
+151
2020-10-14
Alaways use native vim syntax, fixes #582
v4.13.3
Adam Stankiewicz
6
-1206
/
+4
2020-10-14
Check indentation with 1024 lines as fallback, fixes #588
Adam Stankiewicz
1
-0
/
+3
2020-10-14
Improve django detection, closes #585
Adam Stankiewicz
3
-2
/
+3
2020-10-14
Make sure custom ftdetect is loaded, fixes #587
Adam Stankiewicz
1
-0
/
+9
2020-10-14
Add and fix tests from upstream vim
Adam Stankiewicz
24
-300
/
+1787
2020-10-09
Relax previous commit a bit
Adam Stankiewicz
2
-2
/
+2
2020-10-09
Fix detecting of some filetypes, closes #579
Adam Stankiewicz
8
-29
/
+69
2020-10-08
Fix encoding of vim files
Adam Stankiewicz
22
-26
/
+30
2020-10-08
Fix markdown and other highlighting, #578
Adam Stankiewicz
14
-235
/
+1691
2020-10-07
Use neovim version of .vim highlighting, #578
Adam Stankiewicz
5
-221
/
+149
2020-10-07
Fix test and loading of filetypes, closes #577
v4.13.2
Adam Stankiewicz
13
-24
/
+332
2020-10-07
Remove context from packages, fixes #575
Adam Stankiewicz
10
-553
/
+1
2020-10-07
Remove man plugin from vim, it does not work for nvim, closes #576
Adam Stankiewicz
12
-334
/
+191
2020-10-07
Remove filetype.vim for now, not clear it works
Adam Stankiewicz
1
-8
/
+0
2020-10-07
Fix vim 8 package manager, closes #574
Adam Stankiewicz
1
-0
/
+3
2020-10-06
Update readme
Adam Stankiewicz
1
-1
/
+1
2020-10-06
Simplify list of packages
Adam Stankiewicz
2
-437
/
+6
2020-10-06
Add all vim filetypes
Adam Stankiewicz
590
-310
/
+82640
2020-10-06
Add extensions to vlang
Adam Stankiewicz
5
-8
/
+12
2020-10-04
Update
Adam Stankiewicz
2
-18
/
+16
2020-10-04
Add some missing filetypes
Adam Stankiewicz
11
-132
/
+1124
2020-10-04
Fix formatting
Adam Stankiewicz
1
-5
/
+5
2020-10-04
Add graphql indentation again, thanks @jparise!
Adam Stankiewicz
5
-13
/
+106
2020-10-04
Add comments for some extensions + test
Adam Stankiewicz
10
-188
/
+185
2020-10-04
Address BufWritePost error, fixes #573
Adam Stankiewicz
3
-63
/
+36
2020-10-02
Actually do not use ++once, fixes #573
Adam Stankiewicz
1
-1
/
+1
2020-10-02
Disable vim-polyglot for compatible mode
Adam Stankiewicz
1
-0
/
+5
2020-10-02
Do not use ++once to support older vims, fixes #7056
Adam Stankiewicz
7
-81
/
+1251
2020-10-02
Update Vim 8 installation instructions
Adam Stankiewicz
1
-2
/
+1
2020-10-02
Resolve issues with loading order, closes #571
v4.13.1
Adam Stankiewicz
9
-1552
/
+3541
2020-09-30
Fix error when editing path for shebang (#572)
Chayoung You
1
-1
/
+7
2020-09-30
Update README.md
Adam Stankiewicz
1
-2
/
+2
2020-09-30
Document how to install with vim8 packages
Adam Stankiewicz
2
-2
/
+12
2020-09-30
Make loading faster for ambiguous extensions without heuristics
v4.13.0
Adam Stankiewicz
2
-489
/
+490
2020-09-30
Brag in readme about shortened ftdetect time
Adam Stankiewicz
1
-1
/
+1
2020-09-30
Reduce startup time by avoiding calling slow au!
Adam Stankiewicz
4
-235
/
+245
2020-09-29
Deduplicate polyglot files
Adam Stankiewicz
6
-388
/
+34
2020-09-29
Modularize lazy loading of polyglot parts
Adam Stankiewicz
9
-788
/
+480
2020-09-29
Make loading faster for ambiguous extensions
Adam Stankiewicz
2
-670
/
+224
2020-09-29
Prevent warning for ps1xml heuristics, #570
Adam Stankiewicz
3
-2
/
+4
2020-09-29
Remove ambiguity for terraform files, #570
Adam Stankiewicz
3
-3
/
+5
[next]