YouCompleteMe/python/ycm
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
..
client Fix GoTo lists arriving at the wrong column. 2016-01-04 23:04:13 +00:00
tests Add tests for YouCompleteMe.ValidateParseRequest 2015-12-24 21:06:44 +00:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Deleting obsolete code 2015-07-02 08:38:27 -07:00
diagnostic_interface.py Document YcmGetErrorCount and YcmGetWarningCount functions 2015-12-05 09:12:28 -08:00
omni_completer.py Refactored completion request creation 2014-05-27 17:38:34 -07:00
paths.py Move PathToPythonInterpreter function to YCM 2015-10-09 18:53:24 +02:00
syntax_parse.py Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
test_utils.py Update buffers-related tests 2015-11-11 14:18:26 +01:00
unsafe_thread_pool_executor.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00
vimsupport.py Fix GoTo lists arriving at the wrong column. 2016-01-04 23:04:13 +00:00
youcompleteme.py Fix traceback when v:completed_item is empty 2015-12-27 18:46:05 +01:00