Commit Graph

420 Commits

Author SHA1 Message Date
Homu
d4f8c1d404 Auto merge of #2016 - Valloric:py3, r=micbou
[READY] Making YCM run in Vim with only python3

Since https://github.com/Valloric/ycmd/pull/358, ycmd has supported Python 3. Now's the time to make the YCM client work in Python 3 too. As with the ycmd PR, **until we merge this, no other code-changing PR should be merged.** We need to get to a state where we have green Travis for Python 3 before any other PRs start landing.

This was substantially easier than porting ycmd, but it was still a massive pain. It's likely to fail in certain corner cases, so please give this a spin!

The best way to test it out is to build a Vim that has only Python 3 support. Our wiki page on [building Vim from source](https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source) is a great start; you'll probably need to change `--enable-pythoninterp` to `--enable-python3interp` and similar for `--with-python-config-dir`. Or just get yourself a beta image of Ubuntu 16.04 LTS and run it in a VM (16.04 doesn't even ship Python 2 in the base image!). You can verify that you're running the right Vim by looking at the output of `vim --version`. It should have `-python` and `+python3`.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2016)
<!-- Reviewable:end -->
2016-03-06 03:25:31 +09:00
Val Markovic
7b9b5ac688 Updating readme with more python3 info
New entry in the FAQ for ImportError exceptions and the installation
sections now also recommend python3 dev headers.
2016-03-04 19:48:49 -08:00
Val Markovic
0187c6df5b Fixing minor typos 2016-03-01 19:30:02 -08:00
micbou
ecdb97b71c Fix installation entries and links in README 2016-02-29 20:36:58 +01:00
Val Markovic
3dbbfc3c25 Updating docs to state python3 support! 2016-02-28 19:23:40 -08:00
micbou
df8a52671d Fix table of contents
Make headings and TOC entries have the same text.
Use Title Case for TOC entries.
Add "Miscellaneous commands" and "Functions" entries.
Set "And That's not all..." heading in bold instead.
Move "Diagnostic highlighting groups" to a third-level entry.
2016-02-27 18:43:59 +01:00
Val Markovic
fd0c2cc1d8 Updating to latest ycmd
This includes the using the new API for OmniCompleter.
2016-02-24 17:10:13 -08:00
Ben Jackson
e8de632b90 Add docs for RefactorRename
Additionally, we restructure subcommands section to organise by
command type.

There are now a significant number of subcommands offering quite
powerful features. A flat-list of such commands is not easy for users to
discover (citation needed). Restructured into:
 - GoTo commands
 - Documenation/type information commands
 - FixIt/refactor commands

This has the following benefits:
 - features are more discoverable to the user (due to contents page
   update)
 - more obvious where to add new subcommand documentation
 - a place to write notes which apply to multiple commands (such as
   jump lists, multi-file refactor)
2016-02-21 22:02:33 +00:00
micbou
60b101f3ba Add reference to ycmd in README 2016-02-17 20:15:36 +01:00
Spencer G. Jones
308cf4b653 Remove C# Diagnostic Support documentation note
This hasn't been true since ycmd pull request #44.
2016-02-16 19:27:26 -07:00
Homu
3e748deaec Auto merge of #1965 - micbou:go-documentation, r=puremourning
[READY] Update Go documentation with GoTo subcommands

This also updates to latest ycmd. Changes that affect the client:
 - update racerd;
 - add GoTo support for Go completer;
 - add concurrent requests for Typescript completer;
 - fix issue #1953;
 - add GoToReferences support for Typescript completer.

I changed the filetypes lists to be in alphabetical order, except the C-family languages.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1965)
<!-- Reviewable:end -->
2016-02-08 07:46:04 +09:00
micbou
716d0c974f Update Go documentation 2016-02-07 20:28:41 +01:00
Ilia Choly
66155c3de2 Update readme with typescript GoToReferences subcommand 2016-02-06 14:41:03 -05:00
micbou
2cd3d1b9d3 Avoid confusion with make command 2016-02-03 17:51:35 +01:00
Andrea Cedraro
581f58add6 Update documentation of latest python completer 2016-02-03 00:12:00 +01:00
Chiel ten Brinke
40db3c0865 Merge https://github.com/Valloric/YouCompleteMe into patch-1 2016-01-29 09:53:01 +01:00
Chiel ten Brinke
d6ebef3c8d Address review comments. 2016-01-29 09:48:24 +01:00
Strahinja Val Markovic
5ee7bd2c80 Updating TOC in README 2016-01-26 15:54:44 -08:00
Strahinja Val Markovic
0efa668931 Adding an explicit Contributor Code of Conduct
Everything in the CoC was true since the beginning of the project, it
was just implicit and not written down. Now we're making it explicit.
2016-01-26 15:49:58 -08:00
Chiel ten Brinke
4afcbee4a1 Adress minor improvement suggestions. 2016-01-25 10:47:59 +01:00
Chiel ten Brinke
8ebcdb491a Improve the solution for error R6034. 2016-01-25 10:37:08 +01:00
Chiel ten Brinke
01edabda37 Add notes to readme according to #1891. 2016-01-18 10:21:22 +01:00
Homu
f25e1c9a48 Auto merge of #1893 - micbou:windows-generators-readme, r=vheon
[READY] Update CMake generators for MSVC in README

Following PR Valloric/ycmd#285, older versions of CMake (< 3.0) don't support the MSVC generator names with the year component but newer versions accept both formats. So, replace the generator names in README.md by the old ones.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1893)
<!-- Reviewable:end -->
2016-01-12 07:16:40 +09:00
micbou
1805b88864 Update Windows generators in README 2016-01-11 13:05:55 +01:00
Strahinja Val Markovic
135923a40a Mentioning the need for racer flag in Rust section
This covers users that have already installed YCM before and are looking
to set up Rust completion. They're unlikely to start reading from the
Installation section, so we mention the need for the new build flag to
prevent "why doesn't it work for me" confusion.
2016-01-09 10:30:30 -08:00
Joe Wilm
210db41a42 fixup! Update ycmd 2016-01-08 07:49:56 -08:00
Joe Wilm
0a4bd8ddf2 Fix Windows install.py invocations in README.md 2016-01-08 07:28:49 -08:00
Joe Wilm
a74a4cbd7a Add support for the Rust programming language 2016-01-07 08:52:15 -08:00
Anzumana
fcf13fe148 fixed readme path third-party with third_party 2015-12-28 01:51:57 +01:00
Ben Jackson
702081b0ed Tidy up language.
- Fix some subordinate clause gymnastics
- Signpost the tern configuration advice better
- Signpost the link to the Tern docs better
- Sort out some bullet-list issues
2015-12-24 11:46:41 +00:00
Ben Jackson
baba751dab Correct subcommand usage. Clarify changing project usage 2015-12-23 11:21:43 +00:00
Ben Jackson
0162d4ad71 Add a FAQ entry pointing at the instructions 2015-12-23 01:17:29 +00:00
Ben Jackson
c090fda4be State that tern completer needs installation 2015-12-22 23:35:29 +00:00
Ben Jackson
8655490a24 Document javascript completer subcommands 2015-12-19 18:39:40 +00:00
Ben Jackson
b7bbe00344 Documentation on setting up the .tern-project file 2015-12-19 18:39:40 +00:00
Ben Jackson
570f8aae21 Add basic documentation for Tern completer 2015-12-19 17:41:09 +00:00
Kenny Kaye
0c55527a38 Included usage example for error/warning getters 2015-12-05 11:06:33 -08:00
Kenny Kaye
bb8490e6c7 Properly namespace vim warning/error getters 2015-12-05 09:24:15 -08:00
Kenny Kaye
163238992c Document YcmGetErrorCount and YcmGetWarningCount functions 2015-12-05 09:12:28 -08:00
ReadmeCritic
6ef35bd197 Update Homebrew URL 2015-11-18 12:35:19 -08:00
ReadmeCritic
792e0aab69 Update README URLs based on HTTP redirects 2015-11-18 08:58:55 -08:00
micbou
e95776890d Fix stdout and stderr occurences
Fix stdout and stderr occurences in documentation and contribution
guidelines.
2015-11-11 17:26:16 +01:00
micbou
b3c9f3ffc1 Add :YcmToggleLogs documentation 2015-11-08 18:43:52 +01:00
micbou
186aa6b671 Remove g:ycm_server_use_vim_stdout option
This option does not work like expected. Logs are not written to the
console. It also makes the ycmd server unresponsive on Windows.
2015-10-27 18:19:22 +01:00
micbou
de06e22a02 Update installation titles 2015-10-24 20:34:31 +02:00
micbou
2084ee2909 Add Fedora entry in README.md
Update Vim documentation
2015-10-23 15:08:48 +02:00
Ryan Leaf
234fd5acb8 Fedora documentation with required dependencies. Works on F22. 2015-10-21 18:19:27 -04:00
micbou
570444fc5a Add GoToInclude subcommand to documentation 2015-10-20 15:06:49 +02:00
Marko Kevac
410282830b Don't say that language tag is wrong 2015-10-12 19:32:41 +03:00
Marko Kevac
72fe806dc3 Add notice to FAQ about ctags and C projects 2015-10-12 19:16:04 +03:00
micbou
2ace4eea88 Add Windows documentation 2015-10-11 15:22:04 +02:00
Ben Jackson
3ddc2fcbee Update documentation to add GetDoc subcommand 2015-09-24 22:25:27 +01:00
micbou
9750835cf0 Add AppVeyor configuration 2015-09-22 04:12:46 +02:00
Ben Jackson
449b6fbb9f Add super-quick feature summary by completer 2015-09-19 12:41:09 +01:00
Chris DeLuca
1eafd4981d Add VimL syntax highlighting to Readme 2015-09-15 14:57:34 -04:00
Homu
e60fa3f138 Auto merge of #1679 - puremourning:typescript-subcommands, r=Valloric
Update subcommmands supported for typescript

Noticed that the subcommands supported by typescript are not listed. Updated the docs and ran

```
vim-tools/html2vimdoc.py -f youcompleteme README.md > doc/youcompleteme.txt
```
2015-09-15 13:03:30 +09:00
Spencer G. Jones
2a41101955 Merge remote-tracking branch 'origin/master' into CsAddImport 2015-09-13 08:49:28 -06:00
Ben Jackson
7c2b7b7ef3 Update subcommmands supported for typescript 2015-09-13 13:01:11 +01:00
Spencer G. Jones
df73ca6b66 Update g:ycm_csharp_insert_namespace_expr documention 2015-09-11 17:14:09 -06:00
Spencer G. Jones
391b3df3b7 Update mimimum version in documention 2015-09-10 10:12:59 -06:00
Spencer G. Jones
28e318c0bb fixup! To determine which completion prompted CompleteDone, look at the new variable if vim is recent enough. 2015-09-10 09:18:48 -06:00
micbou
9fc26130ef Update table of contents in README
Remove Project Management entry.
2015-09-02 01:54:05 +02:00
Spencer G. Jones
9f568be39a fixup! Add CompleteDone hook, with namespace insertion for C# 2015-08-31 10:51:23 -06:00
micbou
dab5ab1d72 Use SVG Travis badge 2015-08-28 00:44:51 +02:00
micbou
7d87bc3f82 Update documentation 2015-08-23 20:12:24 +02:00
Strahinja Val Markovic
689b4e15a5 Rewording the YCM readme intro section
It's time to break the semantic language support up into bullets.
2015-08-18 20:11:39 -07:00
Homu
b88739001c Auto merge of #1612 - icholy:master, r=Valloric
Note TypeScript support in README
2015-08-13 09:12:03 +09:00
Ilia Choly
b1ad8bba48 Note TypeScript support in README 2015-08-12 00:36:44 -04:00
Ben Jackson
98c4d712b4 YouCompleteMe client support for FixIt subcommands 2015-08-05 22:09:07 +01:00
Strahinja Val Markovic
337d1c1fb9 Doc update: no need to sign the Google CLA anymore 2015-08-03 16:35:30 -07:00
Wladston Viana Ferreira Filho
0812cd815d Updating default semantic hooks.
The documentation was updated to be in sync with ycmd @bfcfa21,
regarding default semantic hooks defined in ycmd's completer_utils.py.
2015-07-22 23:21:36 -03:00
Douglas Drumond
2aa0dd86ec Update MacVim location
New MacVim site is located at GitHub. The repository is at
https://github.com/macvim-dev/macvim and releases page
at https://github.com/macvim-dev/macvim/releases
2015-07-07 06:04:03 -03:00
Florian Bruhin
12930708bb Don't link to specific clang version 2015-06-05 10:31:20 +02:00
Guillaume Seren
1331c13611 Add installation with NeoBundle in the FAQ. 2015-04-17 09:15:45 +02:00
Evan Friis
9c6b181f92 Add short blurb for native completers.
Remove missing TOC entries.
2015-04-15 10:13:15 -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
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
2f81090206 Updating to latest ycmd 2015-03-27 12:59:19 -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
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
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
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
hy zhen
3e1cdb58ce Add link to Options section 2015-03-11 00:23:12 -04: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
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
6181a531bf Typo fix in docs. 2015-02-20 11:29:52 -08:00
dsem
a07a034da9 clarify how to check your version of vim is recent 2015-02-06 11:50:28 -05: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
5e53301dad Adding Intro heading 2015-01-20 12:55:06 -08:00
rdlester
2e30e59754 Table of contents in README 2015-01-19 13:27:34 -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
6dc548b346 Mentioning Bear for compile_commands.json
Fixes #1291
2014-12-22 10:38:06 -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
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
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
87b42c6893 Docs now state Ubuntu 14.04 has good Vim version.
Fixes #1205
2014-10-06 13:36:11 -07:00
Strahinja Val Markovic
a2cae90f7b Now using a libclang based on Clang 3.5.
This is now the officialy supported version of libclang for YCM. The
changes come as a result of updating to the latest ycmd commit.
2014-09-29 15:53:58 -07:00
Strahinja Val Markovic
c3afdbc45b Docs now more specific how glob matching works.
Fixes #1166
2014-09-12 10:04:08 -07:00
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