0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.070

Problem:    Can't compile with tiny features. (Tony Mechelynck)
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2013-11-05 17:40:52 +01:00
parent 6bcbcc59be
commit dce7c91de9
2 changed files with 4 additions and 0 deletions

View File

@@ -213,7 +213,9 @@ open_buffer(read_stdin, eap, flags)
if (curbuf->b_flags & BF_NEVERLOADED)
{
(void)buf_init_chartab(curbuf, FALSE);
#ifdef FEAT_CINDENT
parse_cino(curbuf);
#endif
}
/*