Lines Matching refs:value
720 " 11: Setting global autoread (also sets local value)"
789 " As this is a global option this sets the global value even though
791 noa set backupext& " Reset global and local value (without triggering autocmd)
798 noa setglobal backupext=ext_global " Reset global and local value (without triggering autocmd)
799 noa setlocal backupext=ext_local " Sets the global(!) value!
832 " Note: v:option_old is the old global value for global-local string options
833 " but the old local value for all other kinds of options.
834 noa setglobal tags=tag_global " Reset global and local value (without triggering autocmd)
842 " Note: v:option_old is the old global value for global-local string options
843 " but the old local value for all other kinds of options.
844 noa set tags=tag_global " Reset global and local value (without triggering autocmd)
872 noa set spelllang& " Reset global and local value (without triggering autocmd)
879 " Note: v:option_old is the old global value for global-local string options
880 " but the old local value for all other kinds of options.
881 noa setglobal spelllang=spellglobal " Reset global and local value (without triggering autocmd)
897 " Note: v:option_old is the old global value for global-local string options
898 " but the old local value for all other kinds of options.
911 noa set statusline& " Reset global and local value (without triggering autocmd)
918 " Note: v:option_old is the old global value for global-local string options
919 " but the old local value for all other kinds of options.
920 noa setglobal statusline=bar " Reset global and local value (without triggering autocmd)
948 noa set foldignore& " Reset global and local value (without triggering autocmd)
955 noa setglobal foldignore=glob " Reset global and local value (without triggering autocmd)
964 noa setglobal cmdheight=8 " Reset global and local value (without triggering autocmd)
965 noa setlocal cmdheight=1 " Sets the global(!) value!
972 noa setglobal cmdheight=8 " Reset global and local value (without triggering autocmd)
973 noa setlocal cmdheight=1 " Sets the global(!) value!
980 noa setglobal cmdheight=8 " Reset global and local value (without triggering autocmd)
981 noa setlocal cmdheight=1 " Sets the global(!) value!
988 noa set cmdheight=8 " Reset global and local value (without triggering autocmd)
996 noa setglobal undolevels=8 " Reset global and local value (without triggering autocmd)
1004 noa setglobal undolevels=8 " Reset global and local value (without triggering autocmd)
1012 noa setglobal undolevels=8 " Reset global and local value (without triggering autocmd)
1020 noa set undolevels=8 " Reset global and local value (without triggering autocmd)
1028 noa setglobal wrapmargin=8 " Reset global and local value (without triggering autocmd)
1036 noa setglobal wrapmargin=8 " Reset global and local value (without triggering autocmd)
1044 noa setglobal wrapmargin=8 " Reset global and local value (without triggering autocmd)
1052 noa set wrapmargin=8 " Reset global and local value (without triggering autocmd)
1064 noa setglobal foldcolumn=8 " Reset global and local value (without triggering autocmd)
1072 noa setglobal foldcolumn=8 " Reset global and local value (without triggering autocmd)
1080 noa setglobal foldcolumn=8 " Reset global and local value (without triggering autocmd)
1088 noa set foldcolumn=8 " Reset global and local value (without triggering autocmd)
1096 noa setglobal nowrapscan " Reset global and local value (without triggering autocmd)
1097 noa setlocal wrapscan " Sets the global(!) value!
1104 noa setglobal nowrapscan " Reset global and local value (without triggering autocmd)
1105 noa setlocal wrapscan " Sets the global(!) value!
1112 noa setglobal nowrapscan " Reset global and local value (without triggering autocmd)
1113 noa setlocal wrapscan " Sets the global(!) value!
1120 noa set nowrapscan " Reset global and local value (without triggering autocmd)
1128 noa setglobal noautoread " Reset global and local value (without triggering autocmd)
1136 noa setglobal noautoread " Reset global and local value (without triggering autocmd)
1144 noa setglobal noautoread " Reset global and local value (without triggering autocmd)
1152 noa set noautoread " Reset global and local value (without triggering autocmd)
1160 noa setglobal nocindent " Reset global and local value (without triggering autocmd)
1168 noa setglobal nocindent " Reset global and local value (without triggering autocmd)
1176 noa setglobal nocindent " Reset global and local value (without triggering autocmd)
1184 noa set nocindent " Reset global and local value (without triggering autocmd)
1196 noa setglobal nocursorcolumn " Reset global and local value (without triggering autocmd)
1204 noa setglobal nocursorcolumn " Reset global and local value (without triggering autocmd)
1212 noa setglobal nocursorcolumn " Reset global and local value (without triggering autocmd)
1220 noa set nocursorcolumn " Reset global and local value (without triggering autocmd)
1227 " 33: Test autocommands when an option value is converted internally.
1228 noa set backspace=1 " Reset global and local value (without triggering autocmd)