Zhihao Yuan

Results 49 comments of Zhihao Yuan

Should be given at least an option to disable blinking. Setting it in control panel is too involved.

Caused by `create table` not in uppercase. Workaround is to `format` first. Please fix.

The behavior is pre-existing, but not mandated either. Patches welcome.

The 'et' option does not replace the manually inserted tabs (like, just press TAB on the keyboard). Is that a desired behavior? AFAIK, vim replaces every tabs.

On Sun, Mar 10, 2013 at 10:32 PM, YAMAMOTO Takashi wrote: > > it's exactly how NetBSD's nvi behaves. > because the author uses shiftwidth != tabstop. > http://mail-index.netbsd.org/tech-userlevel/2008/12/10/msg001482.html Well,...

On Mon, Mar 11, 2013 at 12:09 AM, YAMAMOTO Takashi wrote: > > i pushed another patch for this branch. > yamt@01eff8ahttps://github.com/yamt/nvi2/commit/01eff8a6ed6bea6f2f9b0ed07f3ff8a8eac356ba I've heard of the problem; need some time...

CHAR_T literals should be wrapped with L() macro, yes. Locale sensitive upper/lower case sometime makes sense. `isspace`, `isdigit` and `isblank` uses are intended to be locale insensitive. Otherwise, full-width spaces...

That's true... Here are the details: I assume that I can use the narrow char type functions on wide chars and get correct answer for the `unsigned char` range. Now...

On Fri, Mar 14, 2014 at 12:47 PM, YAMAMOTO Takashi wrote: > > it might happen to work for you, but not for me. > using isascii() on wchar_t has...