1 Mar 2004 01:47
Re: Multiple commands for -c option
Hiroshi Iwatani <HGA03630 <at> nifty.ne.jp>
2004-03-01 00:47:26 GMT
2004-03-01 00:47:26 GMT
> I think this will work for you: > > vi -c 'e ++enc=cp932 ..File..' Yes. gvim -c "e ++enc=cp932" file does work. But only anxiety is whether this command could also play the function of set fenc. In other words, -c "set fenc=cp932" -c "e ++enc=cp932" is unnecessarily redundant? Yakov Lerner wrote: > Hiroshi Iwatani wrote: > >>> Hiroshi Iwatani wrote: >>> >>>> Could we specify two or more commands in the -c option? If the >>>> answer is yes, then how? >>>> >>>> Specifically I'd like to do: >>>> >>>> :set fenc=cp932 >>>> >>>> and >>>> >>>> :e ++enc=cp932 >(Continue reading)
RSS Feed