फ़ाइल में vim लॉग लिखें


5

मुझे पता है कि vim (या मेरे मामले में gVim) को अपने स्वयं के लॉग को फ़ाइल में आउटपुट करने के लिए कमांड लाइन विकल्प है। दुर्भाग्य से मैं इसे याद नहीं कर सकता। क्या कोई मदद कर सकता है?


"अपने स्वयं के लॉग" से आपका क्या मतलब है? आप डिबग जानकारी फ़ाइल में भेज सकते हैं, लेकिन मुझे किस्ट्रोक्स लॉग करने का कोई तरीका नहीं पता है, उदाहरण के लिए, मैक्रो रिकॉर्ड करने के अलावा।
गैरीजोन

लॉग में vimrc फ़ाइल को संसाधित करने के संदेश होते हैं, जहां यह vim फ़ाइलों की खोज करता है और स्टार्टअप के दौरान कौन सी फ़ाइलों को निष्पादित किया जाता है।
बजे क्रिस्टोफ मेटज़ोन्ड्रॉफ़

जवाबों:


6

यह "वर्बोज़" विकल्प है जिसे स्टार्टअप पर सेट किया जा सकता है:

-V[N]       Verbose.  Sets the 'verbose' option to [N] (default: 10).
        Messages will be given for each file that is ":source"d and
        for reading or writing a viminfo file.  Can be used to find
        out what is happening upon startup and exit.  {not in Vi}
        Example: >
            vim -V8 foobar

-V[N]{filename}
        Like -V and set 'verbosefile' to {filename}.  The result is
        that messages are not displayed but written to the file
        {filename}.  {filename} must not start with a digit.
        Example: >
            vim -V20vimlog foobar
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.