Commit Graph

  • 1f91c59938 echoerr replaced by postvim message Chiel92 2013-06-08 10:16:22 +0200
  • a6424c22d8 displaytext and description swapped Chiel92 2013-06-07 11:45:36 +0200
  • 7d7349142c completer rewritten to fit in the changed api Chiel92 2013-06-04 12:14:12 +0200
  • 872b4834c5 Updating vimdoc using new conversion script Strahinja Val Markovic 2013-05-31 18:27:39 -0700
  • a45e4a8d3e Revert "Not using libc++ on FreeBSD." Strahinja Val Markovic 2013-05-30 12:58:45 -0700
  • b5ffac655b code style fixes Strahinja Val Markovic 2013-05-29 22:23:19 -0700
  • cb74e33741 More updates to CONTRIBUTING.md Strahinja Val Markovic 2013-05-29 19:12:20 -0700
  • 612ab6e43a Fixing possible issue with remove() on StringVec Strahinja Val Markovic 2013-05-29 19:05:02 -0700
  • 5ed63a4afe Link to build bots from CONTRIBUTING.md Strahinja Val Markovic 2013-05-29 18:58:17 -0700
  • a3f261764e Updating vimdoc Strahinja Val Markovic 2013-05-28 19:02:04 -0700
  • b451674f88 Not using libc++ on FreeBSD. Strahinja Val Markovic 2013-05-28 14:01:17 -0700
  • f838973d54 Merge pull request #348 from lahwran/master Val Markovic 2013-05-28 13:57:52 -0700
  • 989967506c Tags file reading is now off by default Strahinja Val Markovic 2013-05-28 13:46:18 -0700
  • 8ecbc6e836 Fix a couple of minor typos in readme Chris Horne 2013-05-28 12:21:43 -0600
  • 3948b6efe2 Check for empty flags list Strahinja Val Markovic 2013-05-28 09:43:13 -0700
  • 80dd5c2317 Listing the ctags options YCM needs Strahinja Val Markovic 2013-05-27 13:51:10 -0700
  • 326fbccc55 Updating vimdoc Strahinja Val Markovic 2013-05-27 11:03:39 -0700
  • 973064d0bd Can now seed identifier database with keywords Strahinja Val Markovic 2013-05-27 00:08:21 -0700
  • ed691d30c6 Using our command_exists func to check for brew Strahinja Val Markovic 2013-05-26 17:38:47 -0700
  • 258f3dfd73 Updating vimdoc Strahinja Val Markovic 2013-05-26 14:00:56 -0700
  • 454a961318 The identifier completer now reads tags files Strahinja Val Markovic 2013-05-26 13:28:00 -0700
  • 747c2a8b6d Xcode needs special testdata folder handling Strahinja Val Markovic 2013-05-26 11:59:27 -0700
  • 6059e68c4f More tweaks for building with Xcode Strahinja Val Markovic 2013-05-26 11:00:43 -0700
  • fd3cf1e56d Adding Boost.Assign to BoostParts Strahinja Val Markovic 2013-05-26 10:35:18 -0700
  • 34b997c4d6 Not adding -Werror and friends for Xcode Strahinja Val Markovic 2013-05-26 10:20:09 -0700
  • 9b2fe16e91 Merge pull request #344 from svermeulen/CppCompileFix Val Markovic 2013-05-26 11:03:26 -0700
  • 273a51059b Added missing include to build on win32 svermeulen 2013-05-26 14:01:15 -0300
  • 9136274190 Merge pull request #340 from JazzCore/fix_404_error Val Markovic 2013-05-25 14:30:52 -0700
  • 80624205f1 fix 404 in README link Stanislav Golovanov 2013-05-26 00:49:49 +0400
  • 2805b0fe85 Better thread safety in IdentifierCompleter Strahinja Val Markovic 2013-05-25 11:43:14 -0700
  • 0649d11bf4 Some docs for CandidateRepository Strahinja Val Markovic 2013-05-25 11:02:53 -0700
  • 48bc4e224f Small README doc rewording Strahinja Val Markovic 2013-05-24 14:59:42 -0700
  • 38faa0e94e Adding the ClearCompilationFlagCache subcommand Strahinja Val Markovic 2013-05-24 14:48:46 -0700
  • d9f45d576f Fix breakage of some compile_commands.json users Strahinja Val Markovic 2013-05-24 14:29:33 -0700
  • 11a7746753 Preventing possible TypeError with StringVec Strahinja Val Markovic 2013-05-22 15:47:30 -0700
  • ebfd9bfbb4 Updating vimdoc from README Strahinja Val Markovic 2013-05-20 18:17:30 -0700
  • d8f3272dd4 Including : in the command names in docs Strahinja Val Markovic 2013-05-20 18:10:55 -0700
  • 4389b1f1d8 API docs for ThreadedCompleter Strahinja Val Markovic 2013-05-13 13:55:02 -0700
  • 381b86d595 Fixing python tests broken in rename Strahinja Val Markovic 2013-05-19 20:06:14 -0700
  • 087cadcfaf Adding back the Jedi submodule Strahinja Val Markovic 2013-05-19 19:47:34 -0700
  • faa225fdc4 Moving everything under pytho/ycm Strahinja Val Markovic 2013-05-19 19:44:42 -0700
  • acb9099bb9 Removing jedi submodule Strahinja Val Markovic 2013-05-19 19:37:43 -0700
  • 10d038dbcd Running nosetests after install.sh Strahinja Val Markovic 2013-05-19 14:25:36 -0700
  • 357fd98747 Tests for helper functions in flags.py Strahinja Val Markovic 2013-05-19 14:20:13 -0700
  • 45cbc7da7f Calling PrepareClangFlags is not needed anymore Strahinja Val Markovic 2013-05-19 10:48:23 -0700
  • 4978546e62 Refactoring out some pointless sys.path changes Strahinja Val Markovic 2013-05-19 10:34:44 -0700
  • 468e245bcb Merge pull request #328 from JazzCore/jedi_keyword_check Val Markovic 2013-05-18 14:26:54 -0700
  • df7d51aeda Use new Jedi API for keyword checking in goto funcs Stanislav Golovanov 2013-05-18 23:46:02 +0400
  • ce7d3a0fc2 Merge pull request #327 from JazzCore/jedi_upstream_fixes Val Markovic 2013-05-18 00:10:47 -0700
  • 9f1f329823 switch to upstream Jedi API Stanislav Golovanov 2013-05-18 09:40:08 +0400
  • 4b433ba96b Merge pull request #321 from pjg/patch-1 Val Markovic 2013-05-15 15:53:35 -0700
  • 8fe6b87e45 More detailed Eclim configuration instructions Paweł Gościcki 2013-05-15 13:15:42 +0300
  • d4ca726fac Minor README typo fix Strahinja Val Markovic 2013-05-11 14:15:34 -0700
  • 4b039e2102 Using BufUnload instead of BufDelete Strahinja Val Markovic 2013-05-11 13:49:48 -0700
  • 7bb7e20f8d Revert "[filename_completer] Append '/' to [DIR] automatically" Strahinja Val Markovic 2013-05-11 12:24:35 -0700
  • 1a2ff2c1af Merge pull request #315 from zhaocai/feature/slash Val Markovic 2013-05-11 12:15:09 -0700
  • 48d6a5378c [filename_completer] Append '/' to [DIR] automatically Zhao Cai 2013-05-11 02:21:19 -0400
  • 2b23245422 Minor refactoring & style cleanup Strahinja Val Markovic 2013-05-09 20:28:04 -0700
  • 48281d1379 Merge pull request #304 from JazzCore/subcommand_complete Val Markovic 2013-05-09 20:21:26 -0700
  • 3a984f938e Merge pull request #308 from JazzCore/fix_307 Val Markovic 2013-05-09 20:15:40 -0700
  • eb7089794e Merge pull request #309 from JazzCore/cpp_fix Val Markovic 2013-05-09 20:14:45 -0700
  • 0c19ee4fa7 Updating to latest Jedi Strahinja Val Markovic 2013-05-09 11:07:17 -0700
  • e5c99428f3 fix IndexError when min_num_of_chars is set to 0 Stanislav Golovanov 2013-05-09 19:58:44 +0400
  • 0edec9c95a Add subcommand completion for YcmCompleter command Stanislav Golovanov 2013-05-09 00:38:56 +0400
  • 837a1ab889 Fix FilterAndSortCandidates behavior Stanislav Golovanov 2013-05-09 21:33:10 +0400
  • 06b1daf1b3 Merge pull request #302 from vargad/master Val Markovic 2013-05-08 20:34:45 -0700
  • 27011adade Fixed argument pass problem Dániel Varga 2013-05-08 20:31:12 +0200
  • 686f7951a7 Updating vimdoc from readme Strahinja Val Markovic 2013-05-05 10:19:05 -0700
  • 88bff3f5cf Making -fPIC the default Strahinja Val Markovic 2013-05-05 10:00:32 -0700
  • bec04aaa04 Updating docs to mention Python GoTo* support Strahinja Val Markovic 2013-05-05 09:49:37 -0700
  • 7f676f85ae Code style fixes Strahinja Val Markovic 2013-04-29 19:24:28 -0700
  • f25bf2f6c8 Merge pull request #292 from JazzCore/goto_python Val Markovic 2013-05-05 09:47:32 -0700
  • 54fabc1816 style fixes Stanislav Golovanov 2013-05-05 13:27:23 +0400
  • 54e6a9f594 Add GoToDefinitionElseDeclaration for python Stanislav Golovanov 2013-05-04 22:48:27 +0400
  • f246f5b8c6 remove not needed type casting Stanislav Golovanov 2013-05-04 22:47:37 +0400
  • c2024edbaa Add GoTo features for python Stanislav Golovanov 2013-05-04 03:11:10 +0400
  • 7cef111e01 Updated vimdoc from readme Strahinja Val Markovic 2013-04-30 10:18:15 -0700
  • c6b18a81d2 Merge pull request #285 from JazzCore/windows_fixes Val Markovic 2013-04-29 12:53:24 -0700
  • 6b018db10f fix compiling with clang on Windows Stanislav Golovanov 2013-04-29 21:41:49 +0400
  • df7026e9b6 Fix error on YcmDebugInfo in quickfix window Strahinja Val Markovic 2013-04-28 15:51:59 -0700
  • 387102a99f Fix ranking bug with ALL_CAPS variables Strahinja Val Markovic 2013-04-28 13:21:13 -0700
  • a80739ad6f Not adding -Wc++98-compat on FreeBSD Strahinja Val Markovic 2013-04-27 11:07:53 -0700
  • 67e4495273 Stopgap for unicode chars in filename strings Strahinja Val Markovic 2013-04-27 10:54:28 -0700
  • 440e3b6f38 Adding complexity check to flake8 call Strahinja Val Markovic 2013-04-26 22:33:30 -0700
  • 209f2fd777 Minor refactoring for simplicity Strahinja Val Markovic 2013-04-26 22:32:22 -0700
  • e41eda91ac pyflakes checking for Travis build bot Strahinja Val Markovic 2013-04-26 22:13:25 -0700
  • cb7ee5e3c1 ycm_extra_conf.py file now in the public domain Strahinja Val Markovic 2013-04-26 15:25:19 -0700
  • 5207918432 Fix bug with [File] being shown instead of [Dir] Strahinja Val Markovic 2013-04-26 14:10:48 -0700
  • 840930ce09 Fixing minor regressions from general store commit Strahinja Val Markovic 2013-04-25 15:36:56 -0700
  • dd8ca0cce2 Merge pull request #276 from JazzCore/ultisnips_unicode Val Markovic 2013-04-25 15:17:36 -0700
  • 4d138b2b7f fix UnicodeEncodeError in ultisnips_completer Stanislav Golovanov 2013-04-26 00:42:02 +0400
  • a9215f10fe Including current file dir for #include "" form Strahinja Val Markovic 2013-04-25 12:56:32 -0700
  • f4615c00c0 Separate options for completion in string/comment Strahinja Val Markovic 2013-04-24 23:15:13 -0700
  • 663873255f Filename completer now uses include paths Strahinja Val Markovic 2013-04-24 22:51:53 -0700
  • 3ae9764451 Force filename completer on #include Strahinja Val Markovic 2013-04-24 19:59:14 -0700
  • 7500a94cda Use OnBufferVisit in ultisnips completer Strahinja Val Markovic 2013-04-24 13:31:28 -0700
  • 8c0a9bc90e Fixing rare hang issue with ultisnips completer Strahinja Val Markovic 2013-04-24 13:07:56 -0700
  • a7203d97c8 Small README clarification Strahinja Val Markovic 2013-04-23 11:17:45 -0700
  • 7d38fdd258 Removing some out-of-date instructions from README Strahinja Val Markovic 2013-04-23 11:15:24 -0700
  • 3258f324dd Merge branch 'JazzCore-general_completers' Strahinja Val Markovic 2013-04-22 22:37:32 -0700