"set number" in .vimrc not working in Vim for iOS -


i added following .vimrc file home directory of vim ios on ipad.

set showcmd set number set guifont=courier:h24 imap jk <esc> 

for mysterious reason, commands work fine except set number. since manually typing :set number still works, can't vim ios doesn't support displaying line numbers. have no clue why behaves differently when put in .vimrc. ideas?

check with

:verbose set number? 

where got set last.

if doesn't provide hint, capture log vim -v20vimlog , check :set number commands. (this assumes can launch vim on command-line on ipad. if not, add :set verbose=20 verbosefile=vimlog ~/.vimrc.)

also, :scriptnames command shows scripts ran after ~/.vimrc.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -