YouCompleteMe/python/ycm/client
Ben Jackson 134b06b65e Fix GoTo lists arriving at the wrong column.
Vim's QuickFix lists require 1-based columns, which is what is returned
from ycmd's commands.

 As noted in the comments, the Vim documentation for setqflist is
somewhat vague about this "byte offset", but it is confirmed to mean
"1-based column number" both in testing and in :help getqflist.
2016-01-04 23:04:13 +00:00
..
tests Fix GoTo lists arriving at the wrong column. 2016-01-04 23:04:13 +00:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py If errors are returned in addition to completion suggestions, print them 2015-08-17 01:13:20 +01:00
command_request.py Fix GoTo lists arriving at the wrong column. 2016-01-04 23:04:13 +00:00
completer_available_request.py Revert "Revert "Check the server end point for available completer"" 2015-06-15 16:08:56 +02:00
completion_request.py Support subcommands which return detailed info 2015-09-20 21:30:23 +01:00
event_notification.py Ignoring the new "already being parsed" message 2014-12-10 13:46:10 -08:00
omni_completion_request.py Removing erroneous whitespace 2014-05-28 10:20:54 -07:00
ycmd_keepalive.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00