Commit Graph

  • 5f9021e3e6 Typo fix in docs Strahinja Val Markovic 2013-08-12 19:54:26 -07:00
  • 029c4a6350 Merge pull request #500 from svermeulen/OmnisharpAutoStopOption Val Markovic 2013-08-12 19:53:22 -07:00
  • 16d1365d12 Better smart-case query-candidate matching Strahinja Val Markovic 2013-08-12 19:49:43 -07:00
  • f58a3e126d Added new flag (g:ycm_auto_stop_csharp_server) to docs. svermeulen 2013-08-12 21:57:43 -03:00
  • 080bf8d856 Merge branch 'master' into OmnisharpAutoStopOption svermeulen 2013-08-12 21:53:12 -03:00
  • f2b14557ad Added missing docs for C# semantic completer Strahinja Val Markovic 2013-08-12 17:00:05 -07:00
  • 65bca8b56a Added option to control whether YCM should auto-stop the omnisharp server upon leaving Vim or leave it running. svermeulen 2013-08-12 16:11:19 -03:00
  • b46aa009fd Merge pull request #499 from vheon/patch-1 Val Markovic 2013-08-09 09:58:43 -07:00
  • ed174f9e31 Add Tagbar to the filetype's blacklist Andrea Cedraro 2013-08-09 15:04:50 +02:00
  • 88bd375efd Merge branch 'dev' Strahinja Val Markovic 2013-08-07 19:07:05 -07:00
  • 60c9908d25 Ensure g:ycm_changedtick is always set. Strahinja Val Markovic 2013-08-07 16:54:14 -07:00
  • a458a7a922 Merge pull request #491 from WscriChy/gitignore-fix Val Markovic 2013-08-06 09:57:13 -07:00
  • e265bee457 Fix '.gitignore' for Windows systems WscriChy 2013-08-06 04:35:35 +02:00
  • 360a70b1b3 Deleting some dead code Strahinja Val Markovic 2013-08-05 13:36:11 -07:00
  • 4db6fb8d7f Revert to old way of tracking insert mode change Strahinja Val Markovic 2013-08-03 18:42:16 -07:00
  • fc3a303ace Only parsing file if changes detected Strahinja Val Markovic 2013-08-03 15:47:11 -07:00
  • edae6fd0a2 Using b:changedtick for change detection Strahinja Val Markovic 2013-08-03 15:05:25 -07:00
  • a267192b50 More doc info for g:ycm_confirm_extra_conf Strahinja Val Markovic 2013-08-02 16:12:48 -07:00
  • cb89c3f477 Minor code style fixes Strahinja Val Markovic 2013-07-31 21:39:17 -07:00
  • 4374da616e Fix crash: posting Vim message from thread Strahinja Val Markovic 2013-07-30 11:18:37 -07:00
  • f347885555 Merge pull request #475 from jmesmon/fix474 Val Markovic 2013-07-27 18:09:42 -07:00
  • 0768fc607d Use debian6 package for 32bit llvm+clang, ubuntu one is actually 64bit Cody P Schafer 2013-07-27 17:52:27 -07:00
  • 294a3f3338 Updating docs with new defaults for blacklist Strahinja Val Markovic 2013-07-27 13:09:34 -07:00
  • 493d0437ed Fixing compilation on Cygwin Strahinja Val Markovic 2013-07-27 12:47:53 -07:00
  • c2446e4346 Merge pull request #465 from vheon/patch-1 Val Markovic 2013-07-24 15:03:40 -07:00
  • 7f18d6a559 Add Unite to the filetype's blacklist Andrea Cedraro 2013-07-23 22:51:16 +02:00
  • 60e52f1a39 style fixes Chiel92 2013-07-19 12:16:16 +02:00
  • a56041156e Merge branch 'C#MultipleOmniSharps' of https://github.com/mispencer/YouCompleteMe into multiple_sln Chiel92 2013-07-19 11:55:25 +02:00
  • 3f23893576 Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe into multiple_sln Chiel92 2013-07-19 11:31:52 +02:00
  • 92032d7f54 Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe into multiple_sln Chiel92 2013-07-19 10:25:30 +02:00
  • 6f328ea4db Merge pull request #460 from Hinidu/master Val Markovic 2013-07-18 13:26:33 -07:00
  • e6183d6402 Fix code style Hinidu 2013-07-18 18:18:17 +03:00
  • 642572130c Add mono to command for non-windows systems Hinidu 2013-07-18 13:35:46 +03:00
  • 995bdf706f Update vimdoc from readme Strahinja Val Markovic 2013-07-17 20:02:40 -07:00
  • 1f25d5ae33 Updating README with more info on new C# completer Strahinja Val Markovic 2013-07-17 19:36:25 -07:00
  • 7aa01b9c09 More style fixes + more status reporting to :mes Strahinja Val Markovic 2013-07-17 19:29:43 -07:00
  • c5a76301e8 Starting the OmniSharp server by default Strahinja Val Markovic 2013-07-17 19:27:46 -07:00
  • 33a05a4b42 Minor style fixes Strahinja Val Markovic 2013-07-17 18:29:34 -07:00
  • 66b70ee7f5 Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe Chiel92 2013-07-16 21:01:48 +02:00
  • 44eaf5a0da Merge https://github.com/Valloric/YouCompleteMe Chiel92 2013-07-16 20:59:26 +02:00
  • 61a294a33b Update README.md Chiel 2013-07-16 17:42:46 +02:00
  • 8066bdc29b omnisharp build added to install script Chiel92 2013-07-16 17:17:57 +02:00
  • 485457af5d Apparently tested an unsaved file -_- Chiel92 2013-07-16 16:12:40 +02:00
  • 3617ce69db style fixes Chiel92 2013-07-16 12:33:07 +02:00
  • 1a7da1650c Find a free port for OmniSharp if another OmniSharp is using the default port Spencer G. Jones 2013-07-15 09:12:32 -06:00
  • 2ed9ae7569 Merge pull request #436 from junkblocker/patch-1 Val Markovic 2013-07-14 19:27:10 -07:00
  • 60db012660 Minor doc rewording Strahinja Val Markovic 2013-07-13 11:42:40 -07:00
  • affe3e8d31 Docs now mention the new ycm-users mailing list Strahinja Val Markovic 2013-07-13 11:38:34 -07:00
  • e15ec6ee93 minor refactoring PR #2 Chiel92 2013-07-13 20:11:59 +02:00
  • 3737ca2ef4 Optionally write OmniSharp stdout and stderr to log files Spencer G. Jones 2013-07-12 14:46:33 -06:00
  • 7659a7b8f9 Merge pull request #432 from socketwiz/master Val Markovic 2013-07-12 11:10:25 -07:00
  • f9acf56457 Merge pull request #442 from Trevoke/patch-1 Val Markovic 2013-07-12 10:37:43 -07:00
  • 5c017bcabf Better check for min supported Vim version Strahinja Val Markovic 2013-07-12 10:23:01 -07:00
  • 398d06ab80 Update README.md Aldric Giacomoni 2013-07-10 15:45:19 -04:00
  • a6a9fa10c3 pointed submodule to newest commit Chiel92 2013-07-10 11:27:55 +02:00
  • dd44aaf3f6 submodule changed from my fork to nosami's Chiel92 2013-07-10 11:15:46 +02:00
  • ddd0287436 Code style fixes Strahinja Val Markovic 2013-07-08 16:00:06 -07:00
  • a011eb6aa0 Fix duplicate entries in filename completion Strahinja Val Markovic 2013-07-08 15:56:54 -07:00
  • c89ef89cfe Allow easier system libclang use Manpreet Singh 2013-07-08 12:19:49 -07:00
  • ac5b5bfdbe Typo fix in docs Strahinja Val Markovic 2013-07-08 10:31:17 -07:00
  • e6cb81a0b2 fixed build problem with threads on SmartOS Ricky Nelson 2013-07-08 13:56:51 +00:00
  • 3227e6dc73 checkalivestatus rename Chiel92 2013-07-08 14:39:43 +02:00
  • 9250f55952 minor fix Chiel92 2013-07-08 11:44:06 +02:00
  • bdd95ff43f variable for csharp server port added Chiel92 2013-07-08 11:39:17 +02:00
  • 6ec038870b ServerIsRunning fixed and variable defaults set Chiel92 2013-07-08 11:22:17 +02:00
  • 34c24129d2 Merge https://github.com/Valloric/YouCompleteMe Chiel92 2013-07-07 22:37:10 +02:00
  • 2f207cb4c6 autostart/stop server Chiel92 2013-07-07 22:36:05 +02:00
  • f7ef1aa041 Merge pull request #424 from beards/master Val Markovic 2013-07-07 11:13:22 -07:00
  • 451acc0073 Adding OnVimLeave support to Completer class Strahinja Val Markovic 2013-07-07 10:59:48 -07:00
  • d2a7fe9c0e choice for multiple solutionfiles implemented Chiel92 2013-07-07 13:28:28 +02:00
  • 2743f96529 Starting subprocess is working now Chiel92 2013-07-07 13:06:07 +02:00
  • 7a13fd8af6 Merge pull request #427 from viszu/master Val Markovic 2013-07-06 10:07:27 -07:00
  • eecbbb00bd Add version check for Vim 7.4 viszu 2013-07-06 17:34:13 +02:00
  • a95195c8e8 fix jedi DeprecationWarning simon_hsiung 2013-07-05 08:52:53 +00:00
  • cbc6c07a1a Encouraging the user to read the docs even more Strahinja Val Markovic 2013-07-01 11:32:50 -07:00
  • b2120c9647 Minor formatting changes to docs Val Markovic 2013-07-01 10:55:56 -07:00
  • 16b6f877c6 Don't call SyntasticCheck if not syntastic checker Strahinja Val Markovic 2013-07-01 10:45:24 -07:00
  • 5496984931 Option to set min length for suggestions Strahinja Val Markovic 2013-06-29 15:43:10 -07:00
  • 6df01471d8 FAQ item for UltiSnips key conflict Strahinja Val Markovic 2013-06-29 13:02:11 -07:00
  • 04ca6ec4de g:ycm_semantic_triggers now only adds new triggers Strahinja Val Markovic 2013-06-29 11:53:16 -07:00
  • e453c2b772 bugfix in solutionfile detector Chiel92 2013-06-29 10:41:45 +02:00
  • faa6cf3f36 several fixes Chiel92 2013-06-28 21:15:05 +02:00
  • 37eb1b7521 added omnisharp server as submodule Chiel92 2013-06-26 11:51:52 +02:00
  • a69d827934 solution file detection ported Chiel92 2013-06-21 22:26:11 +02:00
  • 972b0a92cb Updating docs to state clang 3.3 is preferred. Strahinja Val Markovic 2013-06-19 22:01:34 -07:00
  • 280c704814 Using the new clang 3.3 headers Strahinja Val Markovic 2013-06-19 21:58:53 -07:00
  • 3d02f0aba3 Using correct platform clang libs for linux Strahinja Val Markovic 2013-06-19 21:47:21 -07:00
  • cc179638b1 Use -j instead of -y on linux for tar Strahinja Val Markovic 2013-06-19 21:20:01 -07:00
  • 2061848c1a Using the new 3.3 clang binaries in CMakeLists.txt Strahinja Val Markovic 2013-06-19 21:09:43 -07:00
  • 2741520020 Adding DLL as a valid extension for ycm_core Strahinja Val Markovic 2013-06-18 16:50:51 -07:00
  • f5bf0a28ef Merge pull request #385 from feed57005/master Val Markovic 2013-06-13 17:59:13 -07:00
  • 6dc4b38625 first throw Chiel92 2013-06-13 23:34:34 +02:00
  • 438e3d6b3a Fixed compilation under MSVC(11) - compile both libs with /UNICODE and /MP - moved shared flags & defines to root CMakeLists.txt - fixed resolving EXTERNAL_LIBCLANG_PATH on Windows - postbuild copy of libclang.dll - change PATH_TO_LLVM_ROOT & EXTERNAL_LIBCLANG_PATH to PATH variables instead of BOOL options (for cmake-gui) Pavel Novy 2013-06-13 11:26:25 +02:00
  • 18ef728742 Updating the error message for ycm_core loading Strahinja Val Markovic 2013-06-12 10:38:49 -07:00
  • 011af9620d Updating a FAQ item on Syntastic Strahinja Val Markovic 2013-06-10 18:20:52 -07:00
  • e740bac1f6 Better completion in the middle of a word Strahinja Val Markovic 2013-06-09 19:00:49 -07:00
  • 8fe41c7c73 Clarifying a comment. Strahinja Val Markovic 2013-06-09 17:31:17 -07:00
  • ee3ede5040 Adding :: as a semantic trigger for Ruby Strahinja Val Markovic 2013-06-09 11:21:41 -07:00
  • 273170d70f New FAQ entry about RHEL/Centos compilation errors Strahinja Val Markovic 2013-06-09 11:12:51 -07:00
  • 48a4b324f4 moved vim.eval to init Chiel92 2013-06-09 11:22:11 +02:00