Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 186) sorted by relevance

12345678

/vim-8.2.3635/runtime/autoload/
H A Dtohtml.vim342 unlet s:settings
354 if s:settings.use_xhtml
368 if s:settings.use_xhtml
371 if s:settings.use_xhtml
374 elseif s:settings.use_css && !s:settings.no_pre
387 if s:settings.encoding != "" && !s:settings.use_xhtml
399 \ join(filter(keys(s:settings),'s:settings[v:val]'),',').
482 if s:settings.use_css
552 let s:uses_script = s:settings.dynamic_folds || s:settings.line_ids
653 if s:settings.use_css
[all …]
/vim-8.2.3635/runtime/syntax/
H A D2html.vim45 if s:settings.use_xhtml
47 elseif s:settings.use_css && !s:settings.no_pre
65 if s:settings.pre_wrap
233 if !s:settings.use_css
285 if s:settings.use_css
810 if s:settings.no_pre
823 if s:settings.encoding != "" && !s:settings.use_xhtml
837 \ join(filter(keys(s:settings),'s:settings[v:val]'),',').
917 let s:uses_script = s:settings.dynamic_folds || s:settings.line_ids
1007 if s:settings.no_pre
[all …]
H A Dhitest.vim8 " To see your current highlight settings, do
26 " print current highlight settings into register a
43 " insert highlight settings
53 " remove color settings (not needed here)
/vim-8.2.3635/src/
H A Dhardcopy.c556 prt_settings_T settings; in ex_hardcopy() local
561 CLEAR_FIELD(settings); in ex_hardcopy()
601 settings.modec = 'g'; in ex_hardcopy()
605 settings.modec = 'c'; in ex_hardcopy()
607 settings.modec = 't'; in ex_hardcopy()
610 settings.do_syntax = FALSE; in ex_hardcopy()
613 settings.do_syntax = in ex_hardcopy()
616 settings.do_syntax = settings.has_color; in ex_hardcopy()
637 prt_get_attr(id, &settings.number, settings.modec); in ex_hardcopy()
797 settings.jobname); in ex_hardcopy()
[all …]
H A DMake_cyg.mak11 # This file contains Cygwin specific settings. Common settings are contained
H A DMake_ming.mak8 # This file contains MinGW specific settings. Common settings are contained
/vim-8.2.3635/runtime/ftplugin/
H A DREADME.txt11 c/settings.vim
19 The default filetype plugin files contain settings that 95% of the users will
23 If you want to do additional settings, or overrule the default filetype
H A Dlprolog.vim1 " Vim settings file
9 " Only do these settings when not done yet for this buffer
14 " Don't do other file type settings for this buffer
H A Dbzl.vim8 " Core settings for the bzl filetype, used for BUILD and *.bzl files for the
16 " Vim 7.4.051 has opinionated settings in ftplugin/python.vim that try to force
19 " ftplugin, but save indentation settings beforehand and restore them after.
36 " Restore pre-existing indentation settings.
H A Doccam.vim15 "{{{ Indent settings
42 "{{{ Undo settings
H A Ddebcontrol.vim8 " Do these settings once per buffer
14 " {{{1 Local settings (do on every load)
H A Dfortran.vim1 " Vim settings file
12 " Only do these settings when not done yet for this buffer
20 " Don't do other file type settings for this buffer
/vim-8.2.3635/runtime/
H A Ddefaults.vim8 " Individual settings can be reverted with ":set option&".
11 " When started as "evim", evim.vim will already have done these settings.
22 " Use Vim settings, rather than Vi settings (much better!).
92 " Use the default filetype settings, so that mail gets 'tw' set to 72,
H A Dvimrc_example.vim10 " for Haiku: ~/config/settings/vim/vimrc
13 " When started as "evim", evim.vim will already have done these settings, bail
/vim-8.2.3635/runtime/doc/
H A Dhowto.txt76 |term-dependent-settings| set options depending on terminal name
77 |save-settings| save settings
H A Dos_haiku.txt20 directory |haiku-user-settings-dir|
107 5. The $USER_SETTINGS_DIR directory *haiku-user-settings-dir*
110 configuration and settings files are stored.
112 The normal value is /boot/home/config/settings.
183 you use the default Mouse preference settings these names indeed correspond to
H A Drussian.txt18 Russian text just as any other, without the need to tweak the settings.
30 system Russian keyboard or independently from a system-wide keyboard settings.
H A Dft_rust.txt9 2. Settings |rust-settings|
20 SETTINGS *rust-settings*
60 Set this option to enable vim indentation and textwidth settings to
H A Darabic.txt16 It is best to view this file with these settings within Vim's GUI: >
98 Prior to the actual usage of Arabic within Vim, a number of settings
136 o Enable Arabic settings [short-cut]
165 the global settings as they could affect other possible open buffers.
/vim-8.2.3635/nsis/lang/
H A Dtradchinese.nsi243 "Choose _vimrc settings"
245 "Choose the settings for enhancement, keyboard and mouse."
/vim-8.2.3635/runtime/lang/
H A Dmenu_ru_ru.vim98 ">>>----------------- Edit/Global settings
113 ">>>->>>------------- Edit/Global settings/Virtual edit
119 ">>>----------------- Edit/File settings
H A Dmenu_ru_ru.koi8-r.vim98 ">>>----------------- Edit/Global settings
113 ">>>->>>------------- Edit/Global settings/Virtual edit
119 ">>>----------------- Edit/File settings
H A Dmenu_vi_vn.vim89 ">>>----------------- Edit/Global settings
104 ">>>->>>------------- Edit/Global settings/Virtual edit
110 ">>>----------------- Edit/File settings
123 ">>>----------------- Edit/File settings/Color Scheme
125 ">>>----------------- Edit/File settings/Keymap
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt105 1. VisVim settings dialog
106 The settings you adjust here will be saved in the registry and
236 - All settings in the VisVim dialog are remembered between DevStudio sessions
257 - Moved the enable/disable commands from the settings dialog to the toolbar.
/vim-8.2.3635/src/testdir/
H A Dunix.vim9 " where to ask about their own user settings.

12345678