Skip to content

Commit c69211b

Browse files
committed
Reverting LICENSE symlink and removing block file fix
Signed-off-by: Jiri Tyr <jiri.tyr@gmail.com>
1 parent c4d8d58 commit c69211b

File tree

2 files changed

+1
-389
lines changed

2 files changed

+1
-389
lines changed

INSTALL

Lines changed: 0 additions & 380 deletions
This file was deleted.

INSTALL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
doc/INSTALL

src/editor/edit.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,15 +1784,6 @@ edit_user_menu (WEdit *edit, const char *menu_file, int selected_entry)
17841784
block_file = mc_config_get_full_path (EDIT_HOME_BLOCK_FILE);
17851785
block_file_vpath = vfs_path_from_str (block_file);
17861786

1787-
/* Save the selected block to the block file before running the command.
1788-
This makes %b available to macro scripts that process the selection. */
1789-
{
1790-
off_t start_mark, end_mark;
1791-
1792-
if (eval_marks (edit, &start_mark, &end_mark))
1793-
edit_save_block (edit, block_file, start_mark, end_mark);
1794-
}
1795-
17961787
const gboolean status_before_ok = mc_stat (block_file_vpath, &status_before) == 0;
17971788

17981789
// run menu command. It can or can not create or modify block_file

0 commit comments

Comments
 (0)