Commit Graph

  • 57f64dca7b Fromating and function rename Boris Staletic 2016-11-10 21:24:09 +0100
  • 30def5d246 Don't set omnifunc when not allowed Boris Staletic 2016-11-09 16:20:23 +0100
  • 4f2494e87e Auto merge of #2425 - dhleong:dhleong/fix-namespace-insert, r=Valloric Homu 2016-11-04 06:08:10 +0900
  • 8eabf580ad Rename argument dhleong 2016-11-03 13:47:26 -0400
  • 0babb4b102 Cleanup dhleong 2016-11-03 11:21:15 -0400
  • 0523ad02c0 Fix InsertNamespace indent matching dhleong 2016-11-02 08:08:30 -0400
  • fc4e326ab6 Auto merge of #2423 - micbou:gitter, r=micbou Homu 2016-11-02 05:28:35 +0900
  • 26141253a5 Add some tests for InsertNamespace dhleong 2016-11-01 08:28:28 -0400
  • 62a815275f Fix InsertNamespace dhleong 2016-10-31 17:00:45 -0400
  • 9605c1d50a
    Add Gitter badge micbou 2016-10-31 17:48:35 +0100
  • c895f09375 Auto merge of #2396 - dpzmick:patch-1, r=micbou Homu 2016-10-28 15:47:24 +0900
  • bf67f78e2d Auto merge of #2412 - micbou:appveyor-coverage, r=Valloric Homu 2016-10-28 13:06:48 +0900
  • 0acafe7fc7 Update README.md David Zmick 2016-10-20 09:03:09 -0500
  • bc8040f10c
    Ignore cover folder micbou 2016-10-27 22:48:17 +0200
  • 066657fca2
    Enable coverage on AppVeyor micbou 2016-10-27 22:46:56 +0200
  • 6e52536f70 Auto merge of #2407 - micbou:remove-unloaded-buffer-parameter, r=vheon Homu 2016-10-28 01:44:10 +0900
  • f6ffe1f1a6
    Remove unloaded_buffer parameter micbou 2016-10-26 00:24:08 +0200
  • d55b5c09d6 Auto merge of #2394 - micbou:move-client-tests, r=Valloric Homu 2016-10-26 07:46:33 +0900
  • 03835a9afc Auto merge of #2405 - micbou:called-process-error, r=Valloric Homu 2016-10-26 06:16:44 +0900
  • 79ddf746b4 Auto merge of #2406 - micbou:shutdown-request, r=Valloric Homu 2016-10-26 06:15:34 +0900
  • 62ff65006f
    Remove unused code in shutdown request micbou 2016-10-25 17:59:17 +0200
  • 7b251dbd58
    Catch CalledProcessError exception in install script micbou 2016-10-25 16:03:05 +0200
  • ffbe7b032f Auto merge of #2398 - micbou:secure-temp, r=Valloric Homu 2016-10-25 17:45:03 +0900
  • c991f04905
    Create temporary files in a secure manner micbou 2016-10-20 10:33:59 +0200
  • f27787f263 Auto merge of #2377 - dhleong:dhleong/#2021-quiet_messages, r=micbou Homu 2016-10-24 10:46:06 +0900
  • 4da8868a50 Auto merge of #2391 - micbou:refactor-tests-current-directory, r=Valloric Homu 2016-10-24 07:11:54 +0900
  • 7e12c127cf Wrap README.md to 80 chars dhleong 2016-10-23 12:29:29 -0400
  • 04c48e48c4 Rebuild the vim doc dhleong 2016-10-23 10:50:58 -0400
  • 13fda74cc1 Refactor _FilterDiagnostics to rely on _ApplyDiagnosticFilter dhleong 2016-10-23 10:29:54 -0400
  • e2852a8b2b Update to use appropriate test_utils package after rebase dhleong 2016-10-22 23:33:43 -0400
  • 7978215bca Refactor filter to not be initialized every time dhleong 2016-10-22 18:37:13 -0400
  • b8280c7b19 Rename diagnostic_filter_tests -> diagnostic_filter_test dhleong 2016-10-22 12:04:01 -0400
  • 18a25d45b3 Style refactor and cleanup dhleong 2016-10-22 11:58:57 -0400
  • bb793826b6 Refactor filter spec to filter_diagnostics; update tests, README dhleong 2016-10-16 06:43:58 -1000
  • 3869830a65 Rename method for clarity and tweak style dhleong 2016-10-11 21:30:35 -0400
  • 68cf0220e5 Remove unnecessary print() dhleong 2016-10-10 19:51:17 -0400
  • 4c53e5d006 Use future.utils iterkeys; fix some more style issues dhleong 2016-10-10 19:50:34 -0400
  • abc0dd5e31 Add some documentation for g:ycm_quiet_messages dhleong 2016-10-10 19:31:10 -0400
  • ca29f6abe8 Verify that an empty list overrides (disables) rules dhleong 2016-10-10 19:22:38 -0400
  • f15f9f2255 Fix style/lint issues dhleong 2016-10-10 18:51:18 -0400
  • d274dcd37a Fix test error dhleong 2016-10-10 14:30:55 -0400
  • 73343bd98f Support filtering on level/kind dhleong 2016-10-10 14:20:49 -0400
  • f7fbbd16f7 Implement a preliminary quest_messages with regex support dhleong 2016-10-10 14:08:51 -0400
  • 993f0ef7b6
    Move client tests to the main tests folder micbou 2016-10-20 00:24:38 +0200
  • 234658f30b
    Use helper function to get current directory micbou 2016-10-12 04:40:25 +0200
  • 3109c9d8a4
    Add tests for current directory micbou 2016-10-12 00:05:24 +0200
  • ddf18cc6ec Auto merge of #2389 - micbou:coverage-test-utils, r=Valloric Homu 2016-10-15 21:19:46 +0900
  • fa10f33c2a
    Move test_utils to tests folder micbou 2016-10-14 11:00:57 +0200
  • 5cf5f04dd7 Auto merge of #2386 - micbou:refactor-tests, r=Valloric Homu 2016-10-15 10:30:12 +0900
  • 8d015c95cc
    Refactor tests using a YouCompleteMe instance micbou 2016-10-11 22:54:00 +0200
  • 5465bb0892 Auto merge of #2385 - micbou:coverage, r=vheon Homu 2016-10-14 04:06:41 +0900
  • 9d6a17b140
    Add coverage support micbou 2016-10-12 03:18:08 +0200
  • 0a13855419 Auto merge of #2382 - micbou:postcomplete-test, r=puremourning Homu 2016-10-13 02:02:56 +0900
  • cbe53c1f3e
    Rename postcomplete tests file micbou 2016-10-12 05:08:55 +0200
  • 768aea435b Auto merge of #2367 - micbou:on-buffer-unload, r=Valloric Homu 2016-10-11 07:15:16 +0900
  • 92f1bbda94
    Add event notification tests micbou 2016-10-08 10:53:17 +0200
  • 2fabac5a67
    Fix BufferUnload event notification micbou 2016-09-05 17:33:30 +0200
  • b6d5af3424 Auto merge of #2370 - jlebar:JoinLinesAsUnicode, r=micbou Homu 2016-10-08 17:51:18 +0900
  • a33f20d690 Update ycmd, and use JoinLinesAsUnicode in GetUnsavedAndCurrentBufferData(). Justin Lebar 2016-10-06 18:41:57 -0700
  • c1cd62dc3c Auto merge of #2362 - micbou:documentation-ubuntu, r=vheon Homu 2016-10-04 01:54:38 +0900
  • a68f59410f
    Bump Ubuntu version to 14.10 in documentation micbou 2016-10-03 12:54:32 +0200
  • 09054f036a Auto merge of #2359 - puremourning:update-ycmd, r=micbou Homu 2016-10-03 06:04:46 +0900
  • 1e8be57708 Use g++ 4.8 on YouCompleteMe builds too as the new boost requires this Ben Jackson 2016-10-02 19:24:45 +0100
  • 94a81144af Update ycmd. Update docs for GetTypeImprecise and GetDocImprecise Ben Jackson 2016-10-02 18:36:11 +0100
  • cd6a16f0ae Auto merge of #1901 - oblitum:use-TextChangedI-when-available, r=micbou Homu 2016-10-01 21:46:05 +0900
  • f928f7dd97 Auto merge of #2346 - micbou:documentation-server-subcommand, r=Valloric Homu 2016-09-21 06:02:13 +0900
  • d2cda80398 Auto merge of #2344 - micbou:documentation-semantic-completion-other-languages, r=Valloric Homu 2016-09-21 06:00:54 +0900
  • 54474c448c Remove obsolete FAQ entry Francisco Lopes 2016-09-19 18:36:41 -0300
  • 35f594ff1c
    Update miscellaneous commands in documentation micbou 2016-09-19 15:30:57 +0200
  • 1a93583a4a
    Mention all natively supported languages micbou 2016-09-11 11:23:53 +0200
  • 362e4df713 Better wording Francisco Lopes 2016-09-17 18:11:35 -0300
  • a3ee4a5bfc Remove unused variable Francisco Lopes 2016-09-17 17:05:46 -0300
  • 5576c9cf09 Bump Vim version a bit more to 7.4.143. Francisco Lopes 2016-04-27 19:31:05 -0300
  • 85bdbdb206 Bump minimun Vim version to 7.4. Francisco Lopes 2016-04-27 04:47:22 -0300
  • 1b72bc2fbf Use native TextChangedI instead of an emulation. Francisco Lopes 2016-01-02 21:44:36 -0200
  • 6bafb6c272 Auto merge of #2329 - micbou:keyboard-interrupt, r=vheon Homu 2016-09-15 00:02:26 +0900
  • 981a07ded7
    Handle keyboard interruption from Vim micbou 2016-08-18 20:39:50 +0200
  • 30871bcebb Auto merge of #2321 - micbou:improve-ultisnips-support, r=micbou Homu 2016-09-12 00:52:17 +0900
  • 5dca552d5d
    Do not depend on UltiSnips internals micbou 2016-09-08 18:09:27 +0200
  • e8047050cd Auto merge of #2324 - micbou:documentation-faq-entry-issue, r=puremourning Homu 2016-09-12 00:00:16 +0900
  • 333958c5c4
    Fix FAQ entry in README micbou 2016-09-11 11:14:14 +0200
  • 058c654ca3 Auto merge of #2319 - xai:update-docs, r=micbou Homu 2016-09-11 03:33:56 +0900
  • e03b49e3be Auto merge of #2312 - micbou:on-buffer-visit-changed, r=puremourning Homu 2016-09-10 22:37:45 +0900
  • 12153361d7 Auto merge of #2318 - micbou:update-ycmd, r=vheon Homu 2016-09-09 05:12:30 +0900
  • b53ada758f Update instructions for FreeBSD Olaf Lessenich 2016-09-07 23:33:49 +0200
  • d3af3302ea
    Update to latest ycmd micbou 2016-09-07 17:52:35 +0200
  • aca0f21a3d
    Trigger BufferVisit event only when buffer has changed micbou 2016-08-21 17:12:04 +0200
  • ada4ca94cf Auto merge of #2302 - micbou:completions-avoid-hit-enter, r=Valloric Homu 2016-09-06 07:15:35 +0900
  • e332cdb2a0 Auto merge of #2307 - micbou:update-ycmd, r=puremourning Homu 2016-09-01 07:05:17 +0900
  • c6eaa55ee6 Update to latest ycmd micbou 2016-08-31 20:02:18 +0200
  • 391757eec2 Avoid hit-enter prompts during completions micbou 2016-08-28 08:34:09 +0200
  • d38ffc5446 Auto merge of #2284 - micbou:full-instructions-omnisharp-completer, r=puremourning Homu 2016-08-20 21:00:31 +0900
  • 358363972a Auto merge of #2292 - micbou:diagnostic-highlight-end-of-line, r=Valloric Homu 2016-08-20 18:43:22 +0900
  • ef49f3e052 Fix diagnostic highlighting at line ending micbou 2016-08-16 16:08:11 +0200
  • b94fcb2c9e Auto merge of #2290 - micbou:update-ycmd, r=vheon Homu 2016-08-19 02:25:11 +0900
  • 5cbf76456f Update Omnisharp instructions in documentation micbou 2016-08-12 23:20:53 +0200
  • 4c040f8de9 Update to latest ycmd micbou 2016-08-18 11:19:20 +0200
  • 80ae455852 Auto merge of #2279 - micbou:flake8, r=Valloric Homu 2016-08-19 01:04:43 +0900
  • eace44f7d5 Disable flake8 for Python 2.6 on Travis micbou 2016-08-09 16:01:18 +0200
  • 576bef62e6 Auto merge of #2281 - micbou:documentation-windows-python-bug, r=micbou Homu 2016-08-12 06:32:33 +0900