Vim Tips Wiki
Register
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 21: Line 21:
   
 
===Enable/Disable the plug-in===
 
===Enable/Disable the plug-in===
*<code>let LogpadEnabled = ''value''</code>
+
*<tt>let LogpadEnabled = ''value''</tt>
 
**enables/disables logpad
 
**enables/disables logpad
 
**default value: 1
 
**default value: 1
Line 28: Line 28:
   
 
===Automatically switch to insert mode===
 
===Automatically switch to insert mode===
*<code>let LogpadInsert = ''value''</code>
+
*<tt>let LogpadInsert = ''value''</tt>
 
**automatically enables ''&insertmode'' when a new log entry is created
 
**automatically enables ''&insertmode'' when a new log entry is created
 
**default value: 0
 
**default value: 0
Line 35: Line 35:
   
 
===Add more line breaks===
 
===Add more line breaks===
*<code>let LogpadLineBreak = ''value''</code>
+
*<tt>let LogpadLineBreak = ''value''</tt>
 
**adds an empty line before a new log entry
 
**adds an empty line before a new log entry
 
**default value: 0 (Windows Notepad behavior)
 
**default value: 0 (Windows Notepad behavior)
Line 42: Line 42:
   
 
===Enable me to write some intro===
 
===Enable me to write some intro===
*<code>let LogpadIgnoreNotes = ''value''</code>
+
*<tt>let LogpadIgnoreNotes = ''value''</tt>
 
**allows adding notes before the first log entry
 
**allows adding notes before the first log entry
 
**default value: 0
 
**default value: 0
Line 49: Line 49:
   
 
===Ignore a log file's read-only state===
 
===Ignore a log file's read-only state===
*<code>let LogpadIgnoreReadOnly = ''value''</code>
+
*<tt>let LogpadIgnoreReadOnly = ''value''</tt>
 
**allows logpad to ignore a file's read-only flag
 
**allows logpad to ignore a file's read-only flag
 
**default value: 0
 
**default value: 0
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Template used on this page: