Skip to content

Customizable core types#220

Merged
mattn merged 15 commits intomasterfrom
core-types
Jul 27, 2016
Merged

Customizable core types#220
mattn merged 15 commits intomasterfrom
core-types

Conversation

@mattn
Copy link
Copy Markdown
Member

@mattn mattn commented Mar 18, 2016

Comment thread autoload/ctrlp.vim
let path = exists('*shellescape') ? shellescape(path) : path
if has('patch-7.4-597') && !(has('win32') || has('win64'))
let g:ctrlp_allfiles = systemlist(printf(lscmd, path))
else
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to make the code harder to read here? :)

@ludovicchabant
Copy link
Copy Markdown
Member

Do you think that, instead of having the separate "core type" map, we could instead put the "core" things inside the ext_vars map, and start going towards a model where the built-in features are basically implemented the same way as the optional/plugin features?

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

Successfully merging this pull request may close these issues.

2 participants