w0rp
|
5556fcbd1c
|
Stop the completion tests from failing randomly
|
2017-11-21 14:57:28 +00:00 |
|
w0rp
|
cf599f4470
|
#1149 Fix conversion from URIs to filenames on Windows
|
2017-11-21 14:56:37 +00:00 |
|
w0rp
|
e71d831119
|
Fix #1124 - Handle stack-build errors with leading spaces
|
2017-11-13 22:48:30 +00:00 |
|
w0rp
|
d8abe0d6a2
|
Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports checking via stdin properly
|
2017-11-09 10:33:56 +00:00 |
|
w0rp
|
55757e3d78
|
#1006 Fix raw message handling for LSP support in NeoVim
|
2017-11-06 22:53:27 +00:00 |
|
w0rp
|
8e7ede3be8
|
Fix #1085 - Add a final newline character to tsserver and LSP messages
|
2017-11-05 21:52:11 +00:00 |
|
w0rp
|
6f8db3e5c4
|
Fix #1061 - Handle the filenames returned by javac
|
2017-11-05 15:34:46 +00:00 |
|
w0rp
|
2398fd7456
|
Fix #1058 - Ignore all errors with bad calls to jobstop() in NeoVim
|
2017-11-04 10:54:06 +00:00 |
|
w0rp
|
c1366f8a62
|
#1081 Remove the ale#python#IsExecutable function
|
2017-11-04 10:47:47 +00:00 |
|
w0rp
|
5089b09b7e
|
#1081 Use executable() for Python executables on Windows, and rename the test files to .exe so they will pass the executable() check
|
2017-11-04 10:47:35 +00:00 |
|
Antoine Reilles
|
220ebb3a79
|
windows compatible warning match pattern for erlc (#1071)
* windows compatible warning match pattern for erlc
|
2017-11-03 18:57:21 +00:00 |
|
w0rp
|
25b5fad15c
|
Merge pull request #1072 from drrcknlsn/master
Prevent logging of errors in the php linter.
|
2017-11-01 20:56:43 +00:00 |
|
w0rp
|
39f15811c3
|
Fix #936 - Check the actual files for gosimple and staticcheck
|
2017-10-31 13:01:52 +00:00 |
|
w0rp
|
34171774eb
|
Fix #1041 - Do not request completions shortly after CompleteDone
|
2017-10-26 23:19:49 +01:00 |
|
w0rp
|
80328fa156
|
Fix #1051 - Support ash and dash for shellcheck and the sh linter
|
2017-10-26 21:17:47 +01:00 |
|
w0rp
|
1fcf6444dc
|
Fix #1048 - Do not lint files named "."
|
2017-10-26 20:30:40 +01:00 |
|
w0rp
|
e57978ddd6
|
Fix #1045 - Handle both output streams for Cargo
|
2017-10-26 10:04:52 +01:00 |
|
w0rp
|
be5c7a09ce
|
Add a badge for AppVeyor, and remove some trailing spaces from the README
|
2017-10-23 23:21:50 +01:00 |
|
w0rp
|
b952dda386
|
Get all tests to pass on Windows
|
2017-10-23 23:09:40 +01:00 |
|
w0rp
|
231398dddc
|
Get more of the tests to pass on Windows
|
2017-10-23 01:26:31 +01:00 |
|
w0rp
|
c4579e1809
|
Merge pull request #1032 from diegoholiveira/tests_phpmd
Fix the regex of phpmd
|
2017-10-22 18:02:44 +01:00 |
|
Diego Oliveira
|
5b986ce5d3
|
Fix the regex of phpmd
|
2017-10-22 14:56:09 -02:00 |
|
w0rp
|
0b0cbfa80a
|
Merge pull request #1022 from 0x6a62/fix-typos
Fix typo
|
2017-10-22 17:00:16 +01:00 |
|
jb
|
841acf725c
|
Fix typo
|
2017-10-21 08:16:59 -04:00 |
|
w0rp
|
3878be9977
|
Merge pull request #1018 from zkourouma/master
Pretter fixer support for Less filetype
|
2017-10-21 11:31:15 +01:00 |
|
Zack Kourouma
|
b43ed6baf5
|
add doc file for less
|
2017-10-20 18:30:34 -07:00 |
|
Zack Kourouma
|
e023e7a2fe
|
add prettier fixer support for 'less' filetype
|
2017-10-20 18:29:57 -07:00 |
|
w0rp
|
346c91fb6b
|
Merge pull request #1012 from gosukiwi/patch-1
Add instructions for setting up Lightline
|
2017-10-20 00:13:02 +01:00 |
|
Federico Ramirez
|
a97afd3380
|
Add instructions for setting up Lightline
|
2017-10-19 13:39:49 -03:00 |
|
w0rp
|
658ec4b10e
|
Merge pull request #1010 from rhysd/markdown-remark-lint
add support for remark-lint
|
2017-10-19 11:27:25 +01:00 |
|
rhysd
|
4339af2bb6
|
add support for remark-lint
|
2017-10-19 18:17:04 +09:00 |
|
w0rp
|
5292d2f349
|
Get more tests to pass on Windows
|
2017-10-18 23:42:51 +01:00 |
|
w0rp
|
81d993086e
|
#904 - Allow linting to run on save a second after :q fails
|
2017-10-17 00:37:29 +01:00 |
|
w0rp
|
5946a128c3
|
Merge pull request #1001 from carakan/tslint_fixer
new tslint fixer for typescript
|
2017-10-16 23:42:28 +01:00 |
|
Carlos Ramos
|
8a8879a28f
|
fix test't
|
2017-10-16 12:08:10 -04:00 |
|
Carlos Ramos
|
07ebfbeef0
|
Add new fixer tslint for typescript, fixes #932
|
2017-10-16 00:53:17 -04:00 |
|
w0rp
|
a790077136
|
Merge pull request #998 from svanharmelen/b-fix-734
Fix #734 - Use the correct buffer for the filetype blacklist and such
|
2017-10-15 10:57:21 +01:00 |
|
Sander van Harmelen
|
090f8a8f38
|
Fix issue #734
Fixes #734
The main issue was not consitently using the correct buffer.
|
2017-10-15 11:35:33 +02:00 |
|
w0rp
|
90d4fb139c
|
#977 Complain about the lack of configuration files for scalastyle in such a way that users will be directed towards getting it to work
|
2017-10-15 00:20:43 +01:00 |
|
w0rp
|
515dcdef29
|
Fix some Scala documentation grammar and spacing
|
2017-10-14 23:47:47 +01:00 |
|
w0rp
|
d090dec8b4
|
Rename the Scala documentation file
|
2017-10-14 23:41:05 +01:00 |
|
w0rp
|
ef495ba32d
|
#904 Do not run linters on :wq or :x
|
2017-10-14 23:22:13 +01:00 |
|
w0rp
|
010ebc2459
|
Fix a spelling mistake
|
2017-10-14 22:00:53 +01:00 |
|
w0rp
|
b2e6d0dff8
|
Rename the autocmd test file, as I can never remember the old name
|
2017-10-14 21:31:44 +01:00 |
|
w0rp
|
69d6ff6020
|
#904 Do less processing when newer NeoVim versions are exiting
|
2017-10-14 19:22:19 +01:00 |
|
w0rp
|
40e69794eb
|
Make the getcmdwintype() check ever-so-slightly faster
|
2017-10-14 17:31:58 +01:00 |
|
w0rp
|
d8ea83e344
|
Clean up the test variable
|
2017-10-14 17:27:05 +01:00 |
|
w0rp
|
8eb41dc94c
|
Fix the test for doing nothing for CtrlPFunky buffers
|
2017-10-14 17:24:29 +01:00 |
|
w0rp
|
6fd10f80de
|
Cut down on the time for the CtrlPFunky check, by first checking if the command exists
|
2017-10-14 17:11:30 +01:00 |
|
w0rp
|
5204f2dbc2
|
Break up ShouldDoNothing checks into separate lines, so it's possible to profile them
|
2017-10-14 16:51:12 +01:00 |
|