YouCompleteMe/python/ycm/client/tests
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
..
__init__.py Show docs from clang completer in preview window 2015-09-12 20:51:04 +01:00
command_request_test.py Fix GoTo lists arriving at the wrong column. 2016-01-04 23:04:13 +00:00
completion_request_test.py Support subcommands which return detailed info 2015-09-20 21:30:23 +01:00