.. |
completion
|
Close #1162 - Implement completion support with LSP servers
|
2018-04-22 12:28:19 +01:00 |
engine
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
fix
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
fixers
|
Massively reduce the amount of code needed for linter tests
|
2018-07-15 18:28:28 +01:00 |
gradle
|
Kotlin and general Gradle support. (#745)
|
2017-07-10 23:03:36 +01:00 |
handlers
|
Indicate that a C compiler failed due to problems in a header file
|
2018-07-30 20:09:43 +01:00 |
lsp
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
assert.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
balloon.vim
|
Get tests to pass in Vim 8.1
|
2018-07-23 20:41:48 +01:00 |
c.vim
|
Add support for parsing compile_commands.json files for C compilers
|
2018-07-29 19:24:27 +01:00 |
command.vim
|
Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR
|
2018-07-12 13:05:59 +01:00 |
completion.vim
|
#1700 - Try using a 0ms timer showing the completion menu
|
2018-07-26 23:08:38 +01:00 |
cursor.vim
|
Remove CallWithCooldown functions to save on time
|
2018-06-20 08:34:42 +01:00 |
debugging.vim
|
Close #1522 - Show suggested fixers in :ALEInfo
|
2018-06-21 02:26:41 +01:00 |
definition.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
engine.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
events.vim
|
Fix #1619 - Rewrite lint on enter events so they behave better
|
2018-07-17 00:18:34 +01:00 |
filetypes.vim
|
#283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension
|
2017-02-13 10:36:38 +00:00 |
fix.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
gradle.vim
|
Get more of the tests to pass on Windows
|
2017-10-23 01:26:31 +01:00 |
highlight.vim
|
Fix #1205 Do not add line highlights if the groups do not exist
|
2017-12-07 23:25:17 +00:00 |
history.vim
|
#1524 - Define global variables where they are needed
|
2018-05-28 19:19:20 +01:00 |
hover.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
job.vim
|
#830 Implement a socket wrapper API for use with LSP connections
|
2018-07-02 23:49:47 +01:00 |
linter.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
list.vim
|
#1524 - Define global variables where they are needed
|
2018-05-28 19:19:20 +01:00 |
loclist_jumping.vim
|
set marks to add to jump list
|
2018-04-27 17:18:18 +01:00 |
lsp_linter.vim
|
Check LSP capabilities before using them
|
2018-07-22 19:04:55 +01:00 |
lsp.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
node.vim
|
Fix #895 - Run Node.js scripts with node.exe instead of node on Windows
|
2017-08-31 13:12:24 +01:00 |
path.vim
|
Add support for parsing compile_commands.json files for C compilers
|
2018-07-29 19:24:27 +01:00 |
pattern_options.vim
|
Fix #1619 - Rewrite lint on enter events so they behave better
|
2018-07-17 00:18:34 +01:00 |
preview.vim
|
Close #1590 - Automatically close previews for hover
|
2018-06-21 23:02:36 +01:00 |
python.vim
|
Detect Python proj. roots by Pipfile
|
2018-07-14 13:26:50 +02:00 |
references.vim
|
Check LSP capabilities before using them
|
2018-07-22 19:04:55 +01:00 |
ruby.vim
|
Ban !=# and !=? from the codebase
|
2017-08-11 00:31:42 +01:00 |
semver.vim
|
Simplfy semver handling and share the semver version cache across everything
|
2017-11-09 23:42:54 +00:00 |
sign.vim
|
Switch to v:t_ variables for type checks
|
2018-07-25 01:27:28 +01:00 |
socket.vim
|
#830 Make the LSP socket code so far use the new socket API
|
2018-07-03 00:30:26 +01:00 |
statusline.vim
|
Remove deprecated code for the 2.0 release
|
2018-07-04 08:36:34 +01:00 |
test.vim
|
Get tests to pass in Vim 8.1
|
2018-07-23 20:41:48 +01:00 |
toggle.vim
|
Get tests to pass in Vim 8.1
|
2018-07-23 20:41:48 +01:00 |
uri.vim
|
#517 Add more code LSP support which makes the tssserver linter behave more like the LSP linters
|
2017-07-26 10:37:37 +01:00 |
util.vim
|
Fix #1758 - Set marks before going to definitions
|
2018-07-25 19:43:25 +01:00 |