Commit Graph

1446 Commits

Author SHA1 Message Date
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
Strahinja Val Markovic
8260e15975 Updating to latest ycmd 2015-01-20 14:01:32 -08:00
Strahinja Val Markovic
c5e525dc31 Updating to latest ycmd 2015-01-20 13:47:45 -08:00
Strahinja Val Markovic
f33b7cae06 Updating vimdoc from README 2015-01-20 13:32:42 -08:00
Strahinja Val Markovic
5e53301dad Adding Intro heading 2015-01-20 12:55:06 -08:00
Val Markovic
bab455857e Merge pull request #1329 from rdlester/master
Table of contents in README
2015-01-20 12:48:35 -08:00
rdlester
2e30e59754 Table of contents in README 2015-01-19 13:27:34 -08:00
Strahinja Val Markovic
453bf93d7d Updating to latest ycmd 2015-01-18 22:40:02 -08:00
Strahinja Val Markovic
2c255c5370 Fixing build on Arch Linux
Arch has /usr/bin/python point to python3 because that OS wants to be a
unique and special snowflake that breaks backwards compatibility.
2015-01-18 10:10:23 -08:00
Strahinja Val Markovic
3b45003aff Calling build.py instead of build.sh in run_tests 2015-01-17 20:54:09 -08:00
Strahinja Val Markovic
2e728657f8 Updating to latest ycmd 2015-01-17 17:54:08 -08:00
Strahinja Val Markovic
13266679ed Updating to latest ycmd 2015-01-16 11:07:58 -08:00
Strahinja Val Markovic
3dd4bc33cf Updating to latest ycmd 2015-01-16 09:52:43 -08:00
Strahinja Val Markovic
138acdc674 Bump Requests to 2.5.1 2015-01-09 22:44:19 -08:00
Strahinja Val Markovic
5129a4ffe5 Updating to latest ycmd
ycmd was using the an old copy of Requests, even though YCM itself used
a good one. Yes, the client and the server both have a copy of
Requests; _sigh_...

Fixes #1286
2015-01-09 22:41:22 -08:00
Strahinja Val Markovic
31918411ff Updating to latest ycmd
Fixes #1304
2015-01-02 11:19:00 -08:00
Val Markovic
340a0b5f6b Merge pull request #1302 from dawsonbotsford/master
Spelling Correction from Dawson's Spelling Bee
2015-01-01 11:56:50 -08:00
Dawson Botsford
fef7704e43 Fix capitals 2014-12-31 18:53:52 -05:00
dawsonbotsford
e61813a4b4 Spelling correction automated from Dawson's Spelling Bee 2014-12-31 18:52:15 -05:00
Strahinja Val Markovic
d4da2d9dc6 Updating to latest ycmd 2014-12-28 22:38:58 -08:00
Strahinja Val Markovic
2dabc2ee9e Updating to latest ycmd 2014-12-28 09:16:49 -08:00
Strahinja Val Markovic
6dc548b346 Mentioning Bear for compile_commands.json
Fixes #1291
2014-12-22 10:38:06 -08:00
Strahinja Val Markovic
c6f63aee1b Updating to Requests 2.5.0
Fixes #1286
2014-12-17 12:39:35 -08:00
Strahinja Val Markovic
c8d203d3f2 Updating to latest ycmd 2014-12-14 19:30:59 -08:00
Strahinja Val Markovic
319d384fc7 Updating vimdoc from README 2014-12-10 13:51:49 -08:00
Strahinja Val Markovic
2fafab88c4 Ignoring the new "already being parsed" message
This exception comes from ycmd and is not something the user can do
anything about, so let's rather not show it.
2014-12-10 13:46:10 -08:00
Strahinja Val Markovic
995e6be437 Updating to latest ycmd 2014-12-10 13:46:10 -08:00
Val Markovic
22b02827dc Merge pull request #1271 from tony/patch-2
FreeBSD installation, add system LD_LIBRARY_PATH
2014-12-10 11:04:52 -08:00
Val Markovic
65f0fac61c Merge pull request #1268 from vheon/feature-disable-on-large-files
Disable on large file
2014-12-05 23:28:59 -08:00
Andrea Cedraro
e28c709b99 Disable on large file
closes #1238
2014-12-05 10:32:52 +01:00
Tony Narlock
147773ed13 FreeBSD installation, add system LD_LIBRARY_PATH
FreeBSD 10/11-CURRENT may not install without adding it.
2014-12-04 16:55:19 -08:00
Strahinja Val Markovic
d3a177ff7d Updating to latest ycmd 2014-12-04 12:22:58 -08:00
Val Markovic
ce3a1f9607 Merge pull request #1269 from tony/patch-1
Update documentation with FreeBSD installation instructions
2014-12-04 09:51:26 -08:00
Tony Narlock
4e9e5d92da Update documentation with FreeBSD installation instructions
@Valloric: I'm very happy to have YouCompleteMe with clang completion working 100% on FreeBSD 10.1 :) Thank you for this
2014-12-03 21:37:10 -08:00
Strahinja Val Markovic
9423770d4f Fixing typo in OpenBSD install section.
Also added a note about OpenBSD not being officially supported.

Fixes #1263
2014-12-03 10:41:26 -08:00
Strahinja Val Markovic
4674bebe25 Updated to latest ycmd 2014-11-19 16:00:40 -08:00
Val Markovic
9f5df48b09 Merge pull request #1254 from Mischi/doc-openbsd-installation
add installation instructions for OpenBSD
2014-11-18 12:32:46 -08:00
Strahinja Val Markovic
edc0b072dc Updated to latest ycmd 2014-11-18 12:32:00 -08:00
Fabian Raetz
66c57e0da8 add installation instructions for OpenBSD
and document the possibility to use system boost
instead of the bundled version.
2014-11-17 17:12:01 +01:00
Strahinja Val Markovic
def392d24c Fix Vim E885: not possible to change sign
Clang will sometimes give a diagnostic for line 0, and Vim borks on
placing signs for line 0.
2014-10-29 10:16:38 -07:00
Strahinja Val Markovic
fe24f02005 Minor refactoring 2014-10-29 10:02:41 -07:00
Strahinja Val Markovic
79a3f33334 Updating to latest ycmd 2014-10-20 13:32:42 -07:00
Val Markovic
2d6c18e86d Merge pull request #1216 from mispencer/AutoCommandNotReloadable
xCursorMovedAutocommands are not overwriting
2014-10-14 11:59:08 -07:00
Spencer G. Jones
ac3a48de70 Unlike the other functions, youcompleteme#EnableCursorMovedAutocommands and youcompleteme#DisableCursorMovedAutocommands are not overwriting. This causes an error if the file is reloaded. 2014-10-14 11:11:33 -06:00
Strahinja Val Markovic
ecd2041d9b Updating to latest ycmd
Also required an ABI version bump (some internal names were changed).
2014-10-13 15:14:56 -07:00