From 551e858ad9350394fbf3714112772e844c5fada6 Mon Sep 17 00:00:00 2001 From: Miguel Martin Date: Sun, 25 May 2014 23:15:57 -0700 Subject: [PATCH] Changed :echo encoding -> :echo &encoding. Since :echo encoding does not have expected output. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index b5b8b7a..50dd5d5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,7 +6,7 @@ Also, the older deprecated [vim-powerline][a] uses different font codes compared If you are using rxvt-unicode, try using an odd font size, 11, 13, 15 etc. in your .Xdefaults -If you are using vim in the Terminal on OSX, check that the environment variables `LC_ALL` and `LANG` are set to a sensible value (such as en_US.UTF8). If `:echo encoding` does not show `utf8` there is a very good chance that these settings are not correct. +If you are using vim in the Terminal on OSX, check that the environment variables `LC_ALL` and `LANG` are set to a sensible value (such as en_US.UTF8). If `:echo &encoding` does not show `utf8` there is a very good chance that these settings are not correct. #### The powerline font symbols are partially messed up