Commit Graph

1590 Commits

Author SHA1 Message Date
Guillaume Seren
1331c13611 Add installation with NeoBundle in the FAQ. 2015-04-17 09:15:45 +02:00
Strahinja Val Markovic
b1c701afef Bump Requests to v2.6.0 2015-04-16 16:15:56 -07:00
Strahinja Val Markovic
d1586a95d8 Updating to latest ycmd 2015-04-16 16:15:10 -07:00
Strahinja Val Markovic
83fb8b8a15 Updating to latest ycmd 2015-04-15 17:42:38 -07:00
Strahinja Val Markovic
ede37d0231 Updating to latest ycmd 2015-04-15 12:19:55 -07:00
Val Markovic
038cc3b648 Merge pull request #1457 from ekfriis/gocode-docs
Update README for Gocode support in ycmd.
2015-04-15 12:10:27 -07:00
Evan Friis
9c6b181f92 Add short blurb for native completers.
Remove missing TOC entries.
2015-04-15 10:13:15 -07:00
Val Markovic
68ac03a70d Merge pull request #1455 from Sidnicious/patch-1
Fix spurious warning about missing newline at EOF
2015-04-15 10:09:10 -07:00
Evan Friis
9a2bfbfd4a Improve Gocode documentation. 2015-04-15 10:01:58 -07:00
Evan Friis
16163609ac Fix typo. 2015-04-15 10:00:44 -07:00
Evan Friis
6996a26fb2 Update docs for Gocode support. 2015-04-15 10:00:44 -07:00
Evan Friis
12a0f72896 Bump ycmd version for Gocode support. 2015-04-15 09:59:04 -07:00
Sidney San Martín
0e9324d012 Fix spurious warning about missing newline at EOF
C requires a newline at the end of any file, and clang may warn if it's
missing. Vim always saves one to disk, and we should mimic this.
2015-04-15 00:38:05 -07:00
Strahinja Val Markovic
ec4da3c1af Removing obsolete sections from the README
No need to mention semantic engine submodule conf because correct
submodule checkout is mandatory (and has been for years) for YCM to work
correctly. Not to mention that ycmd is what has the Jedi/OmniSharp
submodules now, not YCM itself.
2015-04-14 16:21:17 -07:00
Strahinja Val Markovic
bcfc4f006d Updating to latest ycmd 2015-04-08 10:59:08 -07:00
Strahinja Val Markovic
2f81090206 Updating to latest ycmd 2015-03-27 12:59:19 -07:00
Strahinja Val Markovic
9bfdb98b0d Updating to latest ycmd 2015-03-26 16:12:59 -07:00
Val Markovic
56dc60ddc8 Merge pull request #1417 from vheon/feature-new-or-existing-tab
Add new-or-existing-tab as ycm_goto_buffer_command method
2015-03-26 10:31:31 -07:00
Andrea Cedraro
3c63d22c59 Add new-or-existing-tab as ycm_goto_buffer_command method
resolves #1398
2015-03-26 12:10:46 +01:00
Strahinja Val Markovic
786616988b Updating to latest ycmd 2015-03-24 10:01:54 -07:00
Val Markovic
722fb85c95 Merge pull request #1416 from karan10/patch-1
Spelling Mistake Corrected
2015-03-23 12:32:39 -07:00
Karan Dev
3aedec7944 small correction
requeried replaced with re-queried
2015-03-23 19:15:46 +05:30
Karan Dev
acad046d99 Spelling Mistake Corrected
requeired is replaced with required
2015-03-22 03:55:15 +05:30
Strahinja Val Markovic
a4a4f038d7 Updating vimdoc 2015-03-19 10:22:37 -07:00
Val Markovic
6170790312 Merge pull request #1373 from puremourning/subcommand-text
Support completer commands that return text
2015-03-19 10:21:36 -07:00
Ben Jackon
2215bcdeb5 Support completer commands that return text …
This is required to allow the ycmd GetType and GetParent subcommands to echo
their reults in vim. The apporach is to display any text returned from a
subcommand in the 'message' property assuming that the command is not a known
'GoTo' command.
2015-03-19 13:31:24 +00:00
Strahinja Val Markovic
36c788983c Mentioning YCM-Generator in the docs.
Fixes #1400
2015-03-18 17:19:45 -07:00
Strahinja Val Markovic
add69e63e6 Updating to latest ycmd 2015-03-18 17:17:37 -07:00
Strahinja Val Markovic
821c55fc20 Adding missing period in readme. 2015-03-17 13:20:20 -07:00
Strahinja Val Markovic
efac682cd4 Clarifying how to use a custom-built LLVM
Fixes #1380
2015-03-17 12:56:37 -07:00
Val Markovic
8f49e9b25c Merge pull request #1408 from luochenhuan/master
Add link to Options section
2015-03-11 15:55:51 -07:00
hy zhen
3e1cdb58ce Add link to Options section 2015-03-11 00:23:12 -04:00
Strahinja Val Markovic
5a8cf90800 Updating to latest ycmd 2015-03-10 15:28:52 -07:00
Strahinja Val Markovic
74668373f8 Updating to latest ycmd 2015-03-06 17:07:58 -08:00
Strahinja Val Markovic
8f7e5edd06 Updating to latest ycmd 2015-03-05 14:04:36 -08:00
Strahinja Val Markovic
de32351778 Updating to latest ycmd 2015-02-27 17:22:31 -08:00
Val Markovic
5930dc75a9 Merge pull request #1335 from akhosravian/master
document g:ycm_csharp_server_port option
2015-02-27 16:38:59 -08:00
Val Markovic
d05cf1d7ff Merge pull request #1374 from puremourning/test-suite
Test suite: allow skipping of build step
2015-02-27 16:35:04 -08:00
Val Markovic
c836b6bef3 Merge pull request #1363 from dsem/patch-1
clarify how to check your version of vim is recent
2015-02-27 16:28:14 -08:00
Strahinja Val Markovic
f3579581a2 Updating to latest ycmd 2015-02-24 11:07:28 -08:00
Strahinja Val Markovic
6181a531bf Typo fix in docs. 2015-02-20 11:29:52 -08:00
Strahinja Val Markovic
cfc985be24 Updating to latest ycmd 2015-02-19 18:19:31 -08:00
Ben Jackon
d6c9bc10bb Allow user to skip build when running tests 2015-02-12 13:15:10 +00:00
dsem
a07a034da9 clarify how to check your version of vim is recent 2015-02-06 11:50:28 -05:00
Strahinja Val Markovic
035b6ca862 Updating to latest ycmd 2015-02-05 12:03:38 -08:00
Strahinja Val Markovic
4436d515d3 Updating to latest ycmd 2015-01-30 10:21:35 -08:00
Strahinja Val Markovic
651334eb55 Updating to latest ycmd 2015-01-30 10:19:26 -08:00
Andrew Khosravian
7cf0bfc834 Fix up typo and phrasing in README & add g:ycm_csharp_server_port to youcompleteme.txt in doc 2015-01-27 14:36:27 -08:00
Andrew Khosravian
9e58245088 document g:ycm_csharp_server_port option 2015-01-23 18:43:26 -08:00
Strahinja Val Markovic
ba6e1408fd Updating to latest ycmd 2015-01-22 10:14:28 -08:00