Displaying 4 results from an estimated 4 matches for "foldlevelstart".
2016 Oct 29
2
Stupid vim question
...29 Oct 2016 14:39:03 -0700
> Alice Wonder wrote:
>
>> How do I get it to stop doing that?
>
> http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically
>
Thank you, it appears the folding is the term I should have used in my
search.
Putting
set foldlevelstart=1
in the ~/.vimrc didn't seem to do anything, bit zR in the editor did.
Now that I know what it is called I can probably search and figure out
how to just turn it off, I don't like it.
2016 Oct 29
1
Stupid vim question
...;>
>>> http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically
>>>
>>>
>>>
>>
>> Thank you, it appears the folding is the term I should have used in my
>> search.
>>
>> Putting
>>
>> set foldlevelstart=1
>>
>> in the ~/.vimrc didn't seem to do anything
>
>
> set nofoldenable
>
> That in .vimrc works in the version of vim in CentOS 7 but allegedly it
> still will fold in some contexts
Gah - that seems to work but now when doing a git commit I get a warning
that...
2016 Oct 29
0
Stupid vim question
...>>> How do I get it to stop doing that?
>>
>> http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically
>>
>>
>
> Thank you, it appears the folding is the term I should have used in my
> search.
>
> Putting
>
> set foldlevelstart=1
>
> in the ~/.vimrc didn't seem to do anything
set nofoldenable
That in .vimrc works in the version of vim in CentOS 7 but allegedly it
still will fold in some contexts
2016 Oct 29
3
Stupid vim question
on very large files, vim will condense display - e.g.
+-- 8 lines: static inline void php_openssl_rand_add_timeval()
--------------------------------------------------------------------------------------------------------------------------------------------------
#endif
+-- 29 lines: static int php_openssl_load_rand_file(const char * file,
int *egdsocket, int *seeded)