Tip #164: Make non-ASCII characters displayed on console
tip karma |
Rating 6/3, Viewed by 567
|
created: |
|
November 14, 2001 21:48 |
|
complexity: |
|
basic |
author: |
|
Gerhard Häring |
|
as of Vim: |
|
5.7 |
I had a problem with VIM on the FreeBSD console: it didn't display characters like German umlauts correctly, but escaped them with a tilde. The solution is to teach VIM about printable characters. I use the following on my .vimrc:
set isprint=@,128-255
<<Toggle Search Highlighting |
Deleting a buffer without closing the window >>
Additional Notes
|