/etc/vim/vimrc setting is not reflected in the vim work.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vim (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
18.04 was newly installed.
and i applied "highlight Comment temp=bold cterm=bold ctermfg=4" to the /etc/vim/vimrc but it doesn't work.
i also tried to /etc/vim/
[ubuntu version]
root@ubuntu-18:~# lsb_release -rd
Description: Ubuntu 18.04 LTS
Release: 18.04
[vim packages]
root@ubuntu-18:~# dpkg -l | grep vim
ii vim 2:8.0.1453-1ubuntu1 amd64 Vi IMproved - enhanced vi editor
ii vim-common 2:8.0.1453-1ubuntu1 all Vi IMproved - Common files
ii vim-runtime 2:8.0.1453-1ubuntu1 all Vi IMproved - Runtime files
ii vim-tiny 2:8.0.1453-1ubuntu1 amd64 Vi IMproved - enhanced vi editor - compact version
[vim]
:script
1: /usr/share/
2: /usr/share/
3: /usr/share/
4: /usr/share/
5: /usr/share/
6: /usr/share/
7: /usr/share/
8: /usr/share/
9: /usr/share/
10: /usr/share/
11: /usr/share/
12: /usr/share/
13: /usr/share/
14: /usr/share/
15: /usr/share/
16: /usr/share/
17: /usr/share/
18: /usr/share/
19: /usr/share/
20: /usr/share/
21: /usr/share/
22: /usr/share/
Press ENTER or type command to continue
:verbose hi
.
.
ToolbarLine xxx term=underline ctermbg=7 guibg=LightGrey
ToolbarButton xxx cterm=bold ctermfg=7 ctermbg=0 gui=bold guifg=White guibg=Grey40
Comment xxx term=bold ctermfg=4 guifg=Blue
Last set from /usr/share/
.
.
[strace log]
255 stat("/
256 openat(AT_FDCWD, "/usr/share/
257 fcntl(3, F_GETFD) = 0
258 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
259 fcntl(3, F_GETFL) = 0x8000 (flags O_RDONLY|
260 stat("/
[tree]
root@ubuntu-
.
├── addons
│ └── plugin
├── registry
│ └── vim-runtime.yaml
├── vim80
│ ├── autoload
│ ├── bugreport.vim
│ ├── colors
│ ├── compiler
│ ├── debian.vim
│ ├── defaults.vim
│ ├── delmenu.vim
│ ├── doc
│ ├── evim.vim
│ ├── filetype.vim
│ ├── ftoff.vim
│ ├── ftplugin
│ ├── ftplugin.vim
│ ├── ftplugof.vim
│ ├── gvimrc_example.vim
│ ├── indent
│ ├── indent.vim
│ ├── indoff.vim
│ ├── keymap
│ ├── lang
│ ├── macros
│ ├── menu.vim
│ ├── mswin.vim
│ ├── optwin.vim
│ ├── pack
│ ├── plugin
│ ├── print
│ ├── rgb.txt
│ ├── scripts.vim
│ ├── spell
│ ├── synmenu.vim
│ ├── syntax
│ ├── tutor
│ └── vimrc_example.vim
├── vimfiles -> /etc/vim
├── vimrc -> /etc/vim/vimrc
└── vimrc.tiny -> /etc/vim/vimrc.tiny
description: | updated |
Changed in vim (Ubuntu): | |
assignee: | nobody → dopek (dopek) |
assignee: | dopek (dopek) → nobody |