Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winamanager support #1

Open
Shtucer opened this issue Oct 8, 2012 · 4 comments
Open

winamanager support #1

Shtucer opened this issue Oct 8, 2012 · 4 comments

Comments

@Shtucer
Copy link

Shtucer commented Oct 8, 2012

Please add support for winmanager!

@Ignotus
Copy link
Owner

Ignotus commented Oct 9, 2012

It's opensource, you can add it yourself :)

@Shtucer
Copy link
Author

Shtucer commented Dec 1, 2012

Так и сделаю, но попозже! :) А пока добавил поддержку питона, и сделал пару фиксов, что называется в лоб:

  1. В s:cmake_project_window строку
call s:cmake_project_print_bar(s:cmake_project_find_tree(s:cmake_project_file_tree), 0)

заменил на

сall s:cmake_project_print_bar(s:cmake_project_file_tree,0)

Уж очень странно s:cmake_project_find_tree срабатывает у меня, отрезает иногда половину строки на ровном месте, от чего в дереве появляются артефакты.

  1. В s:cmake_project_cursor_moved инициализацию переменной
let result_path  = '/'

сделал платформозависимой :)

if has('win32')
     let result_path = ''
else
     let result_path  = '/'
endif

Ужасный код целиком в моём форке.

@Ignotus
Copy link
Owner

Ignotus commented Dec 1, 2012

Сделай пожалуйста пулл реквест, легче мне дифы читать :). Спасибо!

@Shtucer
Copy link
Author

Shtucer commented Dec 3, 2012

Добавил поддержку winmanager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants