On 10/14/2014 09:15 PM, Zhou Zheng Sheng wrote:
on 2014/10/15 00:35, Christy Perez wrote:
> Thanks Zhou. Replies below. I'll send out a v5 with all your
> suggestions, and a few from Aline, which includes updating all the po files.
>
> Note: I'm out tomorrow (Wed) through Friday. Back Monday.
>
>
> On 10/14/2014 03:59 AM, Zhou Zheng Sheng wrote:
>>> +
>>> + if not self._validate_updated_cpu_params(new_t):
>>
>> A tab is used before the "if". I think it should be 8 spaces.
> Thanks. I was having copy/paste indent issues so I wiped my .vimrc file
> and forgot to be careful about the tabs there.
I had that problem too. Auto indent interfere with the pasted text. I
found a solution. Before paste text from clipboard, issue a VIM command
":set paste", then auto indent will be closed. After paste, use ":set
nopaste" to recover the auto indent. Hope this trick is useful to you ;-)
Thanks Zhou. I was using that, but it was conflicting with some other
settings. I've got it straight now, but I appreciate the suggestion!