Strahinja Val Markovic
c76bb46b94
Updating docs with correct defaults for option
...
Fixes #1156
2014-09-07 20:37:46 -07:00
Strahinja Val Markovic
27891013ab
Minor formatting fix for README
2014-09-03 12:53:24 -07:00
Strahinja Val Markovic
af0fdef1b9
Updating docs to mention regex semantic triggers.
...
This was recently added to ycmd.
2014-08-29 13:29:01 -07:00
Strahinja Val Markovic
fd553d372b
Mentioning YCM_CORES var in FAQ when out of RAM.
2014-08-28 11:39:10 -07:00
Strahinja Val Markovic
c48c92d9ba
Removed out-of-date sentence from README.
2014-08-28 11:39:10 -07:00
Strahinja Val Markovic
181f494c0b
Docs now state correct location of libclang lib
...
The location moved after the ycmd split.
Fixes #1113 .
2014-08-04 13:14:24 -07:00
Strahinja Val Markovic
c05625649d
Mentioning how to get cmake to generate flags db
...
Fixes #1084
2014-07-21 14:56:46 -07:00
Daniel Cohen
d4d2d2be35
Fix "GoToImplementation" command name in docs.
2014-06-24 00:22:26 -04:00
Adelar da Silva Queiróz
fa95d7c0f8
Bundle name is deprecated.
...
Bundle name is not used anymore in the Vundle plugin. Use Plugin instead.
2014-06-05 00:13:34 -03:00
Strahinja Val Markovic
da3f03caa8
Minor rewording in README
2014-05-28 16:12:56 -07:00
Strahinja Val Markovic
666cf3859a
Better detection of shortmess 'c' availability
...
Also noting that the annoying messages during completion go away with Vim
7.3.314.
Related to #642 .
2014-05-28 15:48:49 -07:00
Matt Gardner
8cc1095642
Add infolog to default ft blacklist in README
2014-05-23 11:46:50 -07:00
Strahinja Val Markovic
fa47898369
Typo fix in readme
2014-05-22 12:23:45 -07:00
Spencer G. Jones
f9d02a747b
Updates to the README for recent C# support changes
2014-05-22 08:45:52 -06:00
Strahinja Val Markovic
3a0c3fcfa2
Travis badge now uses master branch
...
'travis' branch hasn't existed for months.
2014-05-21 13:46:21 -07:00
Strahinja Val Markovic
8e02cedd8c
Fixing links broken by ycmd split
...
Fixes #983 .
2014-05-20 14:07:23 -07:00
Strahinja Val Markovic
fc05769788
Updating Install Guide
2014-05-14 13:16:21 -07:00
Strahinja Val Markovic
81029d9f4e
Docs for region syntax groups
...
Fixes #959
2014-05-09 13:15:15 -07:00
Strahinja Val Markovic
5ed486b8d3
More strongly condemn use of system libclang
2014-04-02 14:30:39 -07:00
Val Markovic
9d388ef4b3
Merge pull request #845 from davits/master
...
Added options to choose GoTo commands buffer...
2014-03-24 12:59:35 -07:00
Davit Samvelyan
b9109af709
Added check for Vim 'hidden' option when trying to open result in the same buffer
2014-03-22 14:24:16 +04:00
Strahinja Val Markovic
90e097efa4
Implementing the new GoToImprecise command
...
Same as GoTo, but trades correctness for speed. See the docs for details.
2014-03-21 12:37:01 -07:00
Strahinja Val Markovic
9cf566bd8f
Renamed GoToDefinitionElseDeclaration to GoTo
...
The old name still works for the sake of backwards compatibility.
2014-03-21 11:34:00 -07:00
davits
40dc235136
Combined same_buffer and buffer_command options.
2014-03-04 14:47:43 +04:00
Strahinja Val Markovic
0d9c11d329
Adding 'mail' filetype (mutt) to blacklist
...
Fixes #847
2014-03-01 10:15:25 -08:00
davits
0102d23bfe
Added options to choose whether GoTo commands result should be opened in the new buffer and in which one.
2014-02-23 17:50:51 +04:00
Strahinja Val Markovic
1a33f34ec0
Adding the g:ycm_open_loclist_on_ycm_diags option
2014-01-29 10:59:15 -08:00
Strahinja Val Markovic
735c57bba8
New entry in FAQ explaining errors after Ctrl-C
2014-01-29 10:25:31 -08:00
Strahinja Val Markovic
b39bc33f56
Mention Vim patch for silent status messages
2014-01-18 15:14:24 -08:00
Tom Vincent
685b1007b6
Blacklist Pandoc file type
...
Pandoc enhances Markdown and therefore is used for prose, which doesn't suit YCM
well.
2014-01-14 11:59:31 +00:00
Strahinja Val Markovic
b1bba2e201
Changing copyright headers from me to Google
...
When I initially released this project, I released it under my own copyright. I
have since then worked on it in my 20% time at Google (and want to continue
doing this) and my life becomes much simpler if the copyright is Google's.
From the perspective of how this project is run and managed, **NOTHING**
changes. YCM is not a Google product, merely a project run by someone who just
happens to work for Google.
Please note that the license of the project is **NOT** changing.
People sending in future pull requests will have to sign the Google
[CLA](https://developers.google.com/open-source/cla/individual ) (you can sign
online at the bottom of that page) before those pull requests could be merged
in. People who sent in pull requests that were merged in the past will get an
email from me asking them to sign the CLA as well.
2014-01-13 11:08:43 -08:00
Strahinja Val Markovic
2ebea627d9
Docs now mention libclang 3.4 is recommended
2014-01-11 12:21:03 -08:00
Strahinja Val Markovic
365f67f82c
Docs now mention line highlight depends on signs
2014-01-09 14:11:15 -08:00
Strahinja Val Markovic
f8f20b8eea
Typo fix
2014-01-09 13:21:11 -08:00
Strahinja Val Markovic
5216fee8a1
Typo fix
2014-01-09 10:59:44 -08:00
Strahinja Val Markovic
63cc559f1a
Minor doc rewording
2014-01-08 20:04:43 -08:00
Strahinja Val Markovic
34f654e3a4
More doc updates for diagnostics UI
2014-01-08 20:03:42 -08:00
Strahinja Val Markovic
5efd920815
Renaming and documenting the new options.
2014-01-08 19:43:21 -08:00
Strahinja Val Markovic
4a9b7cb63e
More doc updates since Syntastic support removed
...
Not done yet, still a way to go.
2014-01-06 23:05:01 -08:00
Strahinja Val Markovic
5f9a5bdcfb
Typo fix
2014-01-06 15:24:06 -08:00
Strahinja Val Markovic
eca30e356d
Minor README rewording
2014-01-06 15:24:06 -08:00
Strahinja Val Markovic
a3918788c0
FAQ item about dropped Syntastic support
2014-01-06 15:24:05 -08:00
Strahinja Val Markovic
1e99f517bb
New entry to FAQ about Vim crash
...
Happens sometimes when users tab through the completion menu. Related to #593 .
2013-12-10 10:52:50 -08:00
Strahinja Val Markovic
aeb2c5c227
Adding the g:ycm_auto_trigger option
...
Toggling this option off turns off the identifier completer and the semantic
triggers.
Fixes #597
2013-12-02 16:37:59 -08:00
Strahinja Val Markovic
cf6211055e
Removing the server_idle_suicide_seconds option
...
This option existed so that the user can tweak it if they found the default idle
timeout too short, for instance if they leave their machine on over the weekend.
This use case is now covered by the new YcmdKeepalive system that pings ycmd
every 10 minutes as long as Vim is running. This prevents ycmd shutting down if
one leaves their Vim instance alone for a long time.
Thus the old option is useless now; ycmd now shuts down after 3 hours of
inactivity, which should only ever happen when its corresponding Vim instance
has shut down abnormally.
2013-11-20 12:33:57 -08:00
Strahinja Val Markovic
8d42f72517
Linking to issue 303 from docs.
2013-11-18 20:26:20 -08:00
Strahinja Val Markovic
3a1ef4eddb
Note in FAQ about C++ standard headers not found
2013-11-18 20:23:39 -08:00
Strahinja Val Markovic
06b5411fb3
Revert "Add possibility to disable identifier completion engine"
...
This reverts commit 44d5747d23
.
Conflicts:
README.md
2013-11-17 14:44:43 -08:00
Strahinja Val Markovic
eb74ed6145
Clarified the new -1 setting for min chars
2013-11-17 14:37:35 -08:00
Jan Vcelak
44d5747d23
Add possibility to disable identifier completion engine
...
Setting negative value of 'g:ycm_min_num_of_chars_for_completion'
disables identifier completion.
2013-11-17 23:05:49 +01:00