मैंने /usr/share/vim/vim73/ftplugin/rb.vim
निम्नलिखित सामग्री के साथ फाइल बनाई है ;
set ts=2 " Set tab size to 2
set bs=2 " Suggested for ruby
set sw=2 " Suggested for ruby
set et " Convert tabs into spaces
set fdm=marker " Enable code block folding
मेरी सामग्री /etc/vim/vimrc
निम्नलिखित है;
syntax on " Enable syntax highlighting
set number " Enable line numbers
set ts=4 " Set tab width to 4 spaces
set nocompatible " Disable compatibility mode (prevent ABCD key bugs)
colorscheme kolor " Set the color scheme
filetype plugin on " Enable filetype plugins (from http://bit.ly/GVfznk)
मैंने इस सुपरसुअर प्रश्न filetype plugin on
से लाइन को जोड़ा , लेकिन यह कुछ भी बदलने के लिए प्रतीत नहीं होता है। मैं फ़ाइल को लोड करने की पुष्टि कर सकता हूं , जैसे टाइप करते समय , लाइन लौटा दी जाती है, यह दिखाते हुए कि यह काम कर चुका है।/etc/vim/vimrc
:filetype
filetype detection:ON plugin:ON indent:OFF
:scriptnames
निम्नलिखित चल रहा है;
1: /usr/share/vim/vimrc
2: /usr/share/vim/vim73/syntax/syntax.vim
3: /usr/share/vim/vim73/syntax/synload.vim
4: /usr/share/vim/vim73/syntax/syncolor.vim
5: /usr/share/vim/vim73/filetype.vim
6: /usr/share/vim/vim73/colors/kolor.vim
7: /usr/share/vim/vim73/ftplugin.vim
8: /usr/share/vim/vim73/plugin/getscriptPlugin.vim
9: /usr/share/vim/vim73/plugin/gzip.vim
10: /usr/share/vim/vim73/plugin/matchparen.vim
11: /usr/share/vim/vim73/plugin/netrwPlugin.vim
12: /usr/share/vim/vim73/plugin/rrhelper.vim
13: /usr/share/vim/vim73/plugin/spellfile.vim
14: /usr/share/vim/vim73/plugin/tarPlugin.vim
15: /usr/share/vim/vim73/plugin/tohtml.vim
16: /usr/share/vim/vim73/plugin/vimballPlugin.vim
17: /usr/share/vim/vim73/plugin/zipPlugin.vim
समस्या यह है कि जब मैं निम्नलिखित कार्य करता हूं, तो मुझे पूर्ण आकार के टैब मिलते हैं और कोई कोड तह नहीं मिलती;
touch example.rb
vi example.rb
~/.vimrc
और अपनी.vim
निर्देशिका को संशोधन नियंत्रण में रखना एक अच्छी बात होगी । तो आप पिछले संस्करण में वापस जा सकते हैं यदि आप चीजों को वास्तव में खराब करने का प्रबंधन करते हैं।