WscriChy
e265bee457
Fix '.gitignore' for Windows systems
2013-08-06 04:35:35 +02:00
Strahinja Val Markovic
a267192b50
More doc info for g:ycm_confirm_extra_conf
2013-08-02 16:12:48 -07:00
Strahinja Val Markovic
cb89c3f477
Minor code style fixes
2013-07-31 21:39:34 -07:00
Strahinja Val Markovic
4374da616e
Fix crash: posting Vim message from thread
...
Vim is not thread-safe so posting a message to Vim from a non-GUI thread causes
a crash *sometimes*. I was aware of this problem before, but didn't catch this
instance of it in code review.
Fixes #479 .
2013-07-30 11:20:52 -07:00
Val Markovic
f347885555
Merge pull request #475 from jmesmon/fix474
...
Use debian6 package for 32bit llvm+clang, ubuntu one is actually 64bit
2013-07-27 18:09:42 -07:00
Cody P Schafer
0768fc607d
Use debian6 package for 32bit llvm+clang, ubuntu one is actually 64bit
...
Fixes #474
2013-07-27 17:52:50 -07:00
Strahinja Val Markovic
294a3f3338
Updating docs with new defaults for blacklist
2013-07-27 13:09:34 -07:00
Strahinja Val Markovic
493d0437ed
Fixing compilation on Cygwin
...
Fixes #473 .
2013-07-27 12:47:53 -07:00
Val Markovic
c2446e4346
Merge pull request #465 from vheon/patch-1
...
Add Unite to the filetype's blacklist
2013-07-24 15:03:40 -07:00
Andrea Cedraro
7f18d6a559
Add Unite to the filetype's blacklist
2013-07-23 22:51:16 +02:00
Val Markovic
6f328ea4db
Merge pull request #460 from Hinidu/master
...
Add mono to command OmniSharpServer for non-windows systems
2013-07-18 13:26:33 -07:00
Hinidu
e6183d6402
Fix code style
2013-07-18 18:18:17 +03:00
Hinidu
642572130c
Add mono to command for non-windows systems
2013-07-18 13:35:46 +03:00
Strahinja Val Markovic
995bdf706f
Update vimdoc from readme
2013-07-17 20:02:40 -07:00
Strahinja Val Markovic
1f25d5ae33
Updating README with more info on new C# completer
2013-07-17 19:36:25 -07:00
Strahinja Val Markovic
7aa01b9c09
More style fixes + more status reporting to :mes
2013-07-17 19:29:43 -07:00
Strahinja Val Markovic
c5a76301e8
Starting the OmniSharp server by default
...
Naturally, only in C# files.
2013-07-17 19:27:46 -07:00
Strahinja Val Markovic
33a05a4b42
Minor style fixes
2013-07-17 18:30:56 -07:00
Chiel92
66b70ee7f5
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe
...
Conflicts:
README.md
2013-07-16 21:01:48 +02:00
Chiel92
44eaf5a0da
Merge https://github.com/Valloric/YouCompleteMe
...
Conflicts:
install.sh
2013-07-16 20:59:26 +02:00
Chiel
61a294a33b
Update README.md
...
Added small description for the C# completer
2013-07-16 17:42:46 +02:00
Chiel92
8066bdc29b
omnisharp build added to install script
2013-07-16 17:17:57 +02:00
Chiel92
485457af5d
Apparently tested an unsaved file -_-
2013-07-16 16:12:40 +02:00
Chiel92
3617ce69db
style fixes
2013-07-16 12:33:07 +02:00
Val Markovic
2ed9ae7569
Merge pull request #436 from junkblocker/patch-1
...
Allow easier system libclang use
2013-07-14 19:27:10 -07:00
Strahinja Val Markovic
60db012660
Minor doc rewording
2013-07-13 11:42:40 -07:00
Strahinja Val Markovic
affe3e8d31
Docs now mention the new ycm-users mailing list
2013-07-13 11:39:28 -07:00
Val Markovic
7659a7b8f9
Merge pull request #432 from socketwiz/master
...
build error on SmartOS
2013-07-12 11:10:25 -07:00
Val Markovic
f9acf56457
Merge pull request #442 from Trevoke/patch-1
...
Update README.md
2013-07-12 10:37:43 -07:00
Strahinja Val Markovic
5c017bcabf
Better check for min supported Vim version
2013-07-12 10:23:01 -07:00
Aldric Giacomoni
398d06ab80
Update README.md
...
Small tweaks to the README to make extended installation steps more obvious. It's not perfect yet, but it's a start.
2013-07-10 15:45:19 -04:00
Chiel92
a6a9fa10c3
pointed submodule to newest commit
2013-07-10 11:27:55 +02:00
Chiel92
dd44aaf3f6
submodule changed from my fork to nosami's
2013-07-10 11:15:46 +02:00
Strahinja Val Markovic
ddd0287436
Code style fixes
2013-07-08 16:00:06 -07:00
Strahinja Val Markovic
a011eb6aa0
Fix duplicate entries in filename completion
...
We could just remove the "dup: 1" part in the completion dict, but that would
leave the duplicate removal up to Vim which would be slow. Also, we might not
end up returning the correct number of results then.
2013-07-08 15:56:54 -07:00
Manpreet Singh
c89ef89cfe
Allow easier system libclang use
2013-07-08 12:19:49 -07:00
Strahinja Val Markovic
ac5b5bfdbe
Typo fix in docs
2013-07-08 10:31:17 -07:00
Ricky Nelson
e6cb81a0b2
fixed build problem with threads on SmartOS
2013-07-08 13:56:51 +00:00
Chiel92
3227e6dc73
checkalivestatus rename
2013-07-08 14:39:43 +02:00
Chiel92
9250f55952
minor fix
2013-07-08 11:44:06 +02:00
Chiel92
bdd95ff43f
variable for csharp server port added
2013-07-08 11:39:17 +02:00
Chiel92
6ec038870b
ServerIsRunning fixed and variable defaults set
2013-07-08 11:22:17 +02:00
Chiel92
34c24129d2
Merge https://github.com/Valloric/YouCompleteMe
2013-07-07 22:37:10 +02:00
Chiel92
2f207cb4c6
autostart/stop server
2013-07-07 22:36:05 +02:00
Val Markovic
f7ef1aa041
Merge pull request #424 from beards/master
...
fix jedi DeprecationWarning
2013-07-07 11:13:22 -07:00
Strahinja Val Markovic
451acc0073
Adding OnVimLeave support to Completer class
2013-07-07 11:00:45 -07:00
Chiel92
d2a7fe9c0e
choice for multiple solutionfiles implemented
2013-07-07 13:28:28 +02:00
Chiel92
2743f96529
Starting subprocess is working now
2013-07-07 13:06:07 +02:00
Val Markovic
7a13fd8af6
Merge pull request #427 from viszu/master
...
Make it work with Vim 7.4
2013-07-06 10:07:27 -07:00
viszu
eecbbb00bd
Add version check for Vim 7.4
2013-07-06 17:34:13 +02:00