(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:29, April 26, 2013 (diff | hist) . . (+355) . . Preserve missing end-of-line at end of text files (Add Related scripts section with link to my PreserveNoEOL plugin.) (top)
- 08:39, February 20, 2013 (diff | hist) . . (+1) . . m Automatically append closing characters (→Plugins: Fix grammar.)
- 08:27, February 19, 2013 (diff | hist) . . (+104) . . Using vim as a syntax-highlighting pager (Add vimpager related plugin.) (top)
- 11:27, October 25, 2012 (diff | hist) . . (+612) . . Script:3123 (Moved comment from new page Exclusive window mode.)
- 14:01, August 29, 2012 (diff | hist) . . (0) . . Highlight text inside matching parentheses (Correct typo.) (top)
- 20:35, August 18, 2012 (diff | hist) . . (+227) . . Highlight current line (→Related scripts: Add reference to CursorLineCurrentWindow plugin.)
- 20:29, August 18, 2012 (diff | hist) . . (+52) . . Highlight current line (→Highlighting that moves with the cursor: Improve autocmds to also handle first window on startup and buffer changes.)
- 07:05, August 15, 2012 (diff | hist) . . (+266) . . Change statusline color to show insert or normal mode (→Plugins: Added StatusLineHighlight reference.)
- 11:03, August 13, 2012 (diff | hist) . . (+50) . . Different syntax highlighting within regions of a file (Cosmetics: ToC is too far down; add "Sketch" and "Extended version" sections to fix that.) (top)
- 10:58, August 13, 2012 (diff | hist) . . (+306) . . Different syntax highlighting within regions of a file (Add "Related plugins" section with link to SyntaxRange plugin.)
- 15:58, August 2, 2012 (diff | hist) . . (+156) . . Write a date-stamped backup of the current file (Add "Related plugins" section with link to WriteBackup plugin.)
- 15:50, August 2, 2012 (diff | hist) . . (-21) . . Write a date-stamped backup of the current file (Move links to related pages under "See Also" section.)
- 13:06, June 27, 2012 (diff | hist) . . (+46) . . Highlight debug blocks in programs (Remove review tag; someone on vim.reddit.com tries this and it helped him; add link to ifdef plugin alternative.)
- 07:17, June 17, 2012 (diff | hist) . . (-228) . . Unconditional linewise or characterwise paste (Reviewed, incorporated merged tip.) (top)
- 12:39, June 13, 2012 (diff | hist) . . (+831) . . Command line file name completion (Add longer variant that performs removal only left of the cursor.)
- 21:10, March 23, 2012 (diff | hist) . . (+779) . . Highlight unwanted spaces (→Related scripts: Added section with links to plugins.)
- 21:02, March 23, 2012 (diff | hist) . . (+416) . . Remove unwanted spaces (→Related Scripts: Added section with links to plugins.)
- 15:10, March 9, 2012 (diff | hist) . . (+105) . . Adjust display brightness in Mac OS X (→Comments: Add snarky comment questioning the approach.)
- 10:01, March 7, 2012 (diff | hist) . . (-87) . . Time your Vim commands (ENH: Consistently use localtime() (strftime('%s') does not exist on Windows), default to count=1 (more intuitive), only print average when more than one run, simplify logic.)
- 09:57, March 7, 2012 (diff | hist) . . (-281) . . Time your Vim commands (Reviewed: The improved version is good; promote it from the Comments section.)
- 14:16, February 9, 2012 (diff | hist) . . (+9) . . Show only lines in quickfix list for current buffer (→Fold away misses: FIX: Negative default count doesn't work, also cannot default to 0, so use 99999 as a workaround.)
- 17:16, February 8, 2012 (diff | hist) . . (+466) . . Show only lines in quickfix list for current buffer (Implement :FoldLMisses (for location list), and optional passing of context to the command(s), as suggested in the comments.)
- 17:11, February 8, 2012 (diff | hist) . . (+352) . . Fold quickfix list on directory or file names (→Folding output from vimgrep: Add enhancement to keep fold open when only one file in quickfix list.)
- 17:07, February 8, 2012 (diff | hist) . . (-2) . . Fold quickfix list on directory or file names (→Folding output from vimgrep: No need for after/ftplugin, as this is orthogonal to the stuff in qf.vim. Better use a dedicated ftplugin/qf_fold.vim name.)
- 08:23, November 22, 2011 (diff | hist) . . (+70) . . Preserve missing end-of-line at end of text files (ENH: Maintain cursor position during buffer write via winsaveview().)
- 08:21, November 22, 2011 (diff | hist) . . (+18) . . Preserve missing end-of-line at end of text files (Make functions script-local and move them out of the augroup block.)
- 12:49, November 17, 2011 (diff | hist) . . (+590) . . Preserve missing end-of-line at end of text files (→Comments: Reply and thanks to Fritzophrenic's fix.)
- 14:35, November 16, 2011 (diff | hist) . . (+733) . . Preserve missing end-of-line at end of text files (→Comments: Confirm not working, add my analysis and pointer to different solution.)
- 06:11, September 13, 2011 (diff | hist) . . (+12) . . Syntax folding of Vim scripts (→Syntax definitions: BUG: Didn't correctly fold abbreviated :end[if] " command. Also one :el[se] was missed.)
- 08:49, August 31, 2011 (diff | hist) . . (+98) . . Script:2578 (Add links to alternative scripts.)
- 13:28, April 28, 2011 (diff | hist) . . (+64) . . Automatically open the quickfix window on :make (→Automatically open the quickfix window on :make: BUG: The check actually prevented the automatic close if no errors. Add note that the opened window will never become active.)
- 09:24, April 15, 2011 (diff | hist) . . (+1,023) . . Automatically open the quickfix window on :make (Rewrote tip with a modern Vim 7 implementation using autocmd, keeping the original idea as the motivation. Removed Review tag.)
- 09:04, April 15, 2011 (diff | hist) . . (+67) . . m Automatically open the quickfix window on :make (Added link to related page: Automatically fitting a quickfix window height)
- 08:43, April 15, 2011 (diff | hist) . . (+61) . . N Make make more helpful (moved Make make more helpful to Automatically open the quickfix window on :make: The original name is too fuzzy, whereas the tip content is quite specific.) (top)
- 08:43, April 15, 2011 (diff | hist) . . (0) . . m Automatically open the quickfix window on :make (moved Make make more helpful to Automatically open the quickfix window on :make: The original name is too fuzzy, whereas the tip content is quite specific.)
- 14:41, February 21, 2011 (diff | hist) . . (+514) . . Script:2630 (→Suggested improvements: In which version?)
- 08:09, January 8, 2011 (diff | hist) . . (-1) . . m Avoid scrolling when switch buffers (Removed unnecessary brackets.)
- 11:54, December 10, 2010 (diff | hist) . . (+129) . . Unconditional linewise or characterwise paste (Added "Related scripts" section and reference to UnconditionalPaste, which is based on this tip.)
- 14:31, November 14, 2010 (diff | hist) . . (+213) . . Script:1905 (Replied to feature suggestion of adding dashes as separator characters.)
- 10:12, October 9, 2010 (diff | hist) . . (+474) . . Multiple commands at once (→Comments: Answered question about singe range to multiple commands.)
- 10:37, September 21, 2010 (diff | hist) . . (+145) . . Script:2150 (→Comments: Referring to hexHighlight.vim.)
- 13:26, September 20, 2010 (diff | hist) . . (+312) . . Tracking clipboard changes (Added "Related scripts" section and reference to CaptureClipboard, which is based on this tip.)
- 13:19, September 20, 2010 (diff | hist) . . (+307) . . Tracking clipboard changes (Removed review tag; been using this for years. Addressed false issues in the comments.)
- 07:48, September 20, 2010 (diff | hist) . . (+447) . . Script:3123 (→Comments: Answered question about undefined command.)
- 19:09, August 14, 2010 (diff | hist) . . (-3) . . Back and forth between indented lines again (Merged into Move to next/previous line with same indentation)
- 19:07, August 14, 2010 (diff | hist) . . (+2,661) . . Move to next/previous line with same indentation (Merged with Back and forth between indented lines again)
- 11:37, June 23, 2010 (diff | hist) . . (+258) . . 256 colors in vim (→Comments: Ubuntu needs additional package for terminfo definitions.)
- 14:49, June 22, 2010 (diff | hist) . . (+466) . . Text object for formulas in Latex (Added note about global / LaTeX scope and added alternative implementation via CountJump plugin.)
- 14:39, June 22, 2010 (diff | hist) . . (+158) . . Creating new text objects (→Related scripts: Added reference to new CountJump script.)
- 12:03, March 19, 2010 (diff | hist) . . (-20) . . Use eval to create dynamic templates (→Related plugins: Script 1301 had been retracted by the author.)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)