Move to UTF-8.
authorshort <>
Sun, 26 Dec 2004 17:36:49 +0000 (17:36 +0000)
committershort <>
Sun, 26 Dec 2004 17:36:49 +0000 (17:36 +0000)
Fixed formatting of 1-letter prepositions.
<Esc>O mapped to <Esc>L to prevent clash with gnome-terminal arrows.

.vimrc

diff --git a/.vimrc b/.vimrc
index bb0af5c..652525e 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -35,7 +35,7 @@ function BufEnter()
 endfunction
 
 set encoding=utf-8
-set termencoding=iso-8859-2
+set termencoding=utf-8
 " fileencoding is detected from fileencodings, first one for empty files
 set fileencodings=utf-8,iso-8859-2
 
@@ -49,7 +49,7 @@ set nowritebackup
 set exrc
 set nostartofline
 set nohlsearch
-set fo=tcq
+set fo=tcq1
 set viminfo='100,\"1000,:100,/40
 set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,./reactos/tags,./../reactos/tags,./../../reactos/tags,,./../../../reactos/tags,./../../../../reactos/tags,./../../../../../reactos/tags,./../../../../../../reactos/tags,./w32/inc/tags,./../w32/inc/tags,./../../w32/inc/tags,,./../../../w32/inc/tags,./../../../../w32/inc/tags,./../../../../../w32/inc/tags,./../../../../../../w32/inc/tags,./../../../../../../../w32/inc/tags,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS
 
@@ -60,7 +60,7 @@ noremap <Esc>: @:
 noremap <Esc>N :next<cr>zz<C-g>
 noremap <Esc>B :cn<cr>zz<C-g>
 noremap <Esc>P :prev<cr>zz<C-g>
-noremap <Esc>O :cp<cr>zz<C-g>
+noremap <Esc>L :cp<cr>zz<C-g>
 noremap <Esc>g "myiw:grep<Space>-rw<Space>'<C-r>m'<Space>.
 noremap <C-]> <C-]>zz<C-g>
 noremap <C-t> <C-t>zz<C-g>